Papers for

forensic analysts

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

BruNet improves bruise outlines using self-supervised vision transformer

BruNet: A Cross-Domain Transfer Framework for Bruise Segmentation

Abstract: Segmenting bruises is a challenging task in medical imaging due to limited data and annotations, diffuse boundaries, and highly variable appearance. In this work, we propose BruNet, a segmentation framework that combines a ViT-based visual encoder (a self-supervised DINOv3 or a pretrained LingBot-Vision backbone) with a SAM-based mask decoder. BruNet is trained on the HAM10000 skin lesion dataset and evaluated on a separate bruise dataset without additional fine-tuning. Although a small number of prior studies have explored machine learning and computer vision for bruise analysis, existing work has primarily focused on detection, classification, or colour analysis rather than pixel-level localisation. To the best of our knowledge, this is the first study to address automatic bruise segmentation. Our results show that BruNet outperforms CNN-based models, state-of-the-art segmentation models, ChatGPT-4o/5-assisted SAM2 zero-shot baselines, and the medical-oriented MedSAM model, demonstrating strong cross-domain generalisation to bruise segmentation.

Thu 10 SeptComputer Vision and Pattern Recognition
The gist
Bruises are hard to pinpoint in medical images because they sometimes look blurry and change a lot in appearance. The authors created BruNet, which uses a special image understanding method called a vision transformer combined with a technique that helps find shapes in images. BruNet was trained on a skin lesion dataset but then used to identify bruises without extra training. It works better than older methods and even approaches that use large language models to help. This is the first computer method that tries to map bruises precisely at the pixel level.
Open 2609.11463v1

Afid framework improves automated fingermark recognition and analysis accuracy

AFID: A Unified Open Framework for Automated Fingermark Identification, Quality Assessment and Feature Extraction

Abstract: Automated fingermark identification is the foundation of forensic investigation, yet progress in the field is held back by fragmented, closed-source solutions trained on private or discontinued data. We present AFID, a unified open-source framework for friction ridge image processing that performs recognition, quality assessment, and feature extraction based on a single shared encoder, trained exclusively on publicly available data. At its core is a fixed-length representation learned for identity discrimination, trained under heavy augmentation. Despite applying essentially no preprocessing beyond resizing and padding at inference, AFID sets a new state of the art in fixed-length fingermark recognition, leading identification across NIST SD 27 (67.6% rank-1) , SD 302 (54.9% rank-1), and SD 303 (67.6% rank-1), surpassing a commercial matcher on fingermarks. From the same frozen backbone, a quality assessment module predicts recognition utility more accurately than any compared baseline and generalizes across independent matchers, while lightweight decoders recover minutiae, ridge orientation, and segmentation competitive with dedicated methods. The framework proves that a single, efficiently trained encoder can support the full fingermark processing pipeline, from recognition through quality assessment all the way to feature extraction. To accelerate research on fingermark analysis even further, we release the code, models, and annotations to the community.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
Identifying fingerprints from crime scenes is important, but many current computer tools are closed and use private data. The authors created AFID, an open and unified software system that can recognize fingerprints, judge their quality, and find features using the same underlying model. AFID works well even without complex image adjustments and matches or beats commercial tools on standard forensic tests. It also predicts which fingerprints are good enough to use and extracts key details accurately, all with one shared model.
Open 2609.07439v1