Papers for

quality control teams

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.

Physics aware AI improves identification of 2D quantum materials

QuPAINT: Physics-Aware Multimodal Reasoning for Quantum Material Characterization

Abstract: Characterizing two-dimensional (2D) quantum materials by optical microscopy requires localizing exfoliated flakes and determining their layer thickness from subtle optical contrast and interference color to select suitable flakes for device fabrication. However, models face synthetic-to-real domain shifts and variation across materials, substrates, laboratories, and imaging conditions. We present QuPAINT, a physics-aware multimodal framework for transferable quantum flake characterization. The Synthetic Materials Framework (Synthia) generates diverse synthetic microscopy images while preserving layer-dependent optical behavior. Using these images, we construct QMat-Instruct, a multimodal instruction dataset with image-specific reasoning traces generated from verified annotations and constrained to observable optical cues. QuPAINT integrates these signals through Physics-Informed Attention (PIA), which injects substrate-relative optical priors into the visual representation to support grounded multimodal reasoning. For evaluation, we introduce QF-Bench, to our knowledge, the largest real-world benchmark for this problem, spanning diverse microscopy and substrate conditions. Using its verified annotations, we study counting, visual grounding, reasoning quality, confidence calibration, and transfer to an unseen material. QuPAINT-8B substantially outperforms prior methods and establishes state-of-the-art performance for both general and monolayer flake detection. Additional experiments show that image-grounded supervision improves strict spatial grounding and confidence calibration while preserving robust general flake detection on the unseen material.

Thu 10 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceMachine Learning
The gist
Identifying ultra-thin 2D quantum materials using microscope images is hard because these materials look different depending on the lab and setup used. The authors created a computer system called QuPAINT that uses physics knowledge and synthetic training images to better find and understand these tiny materials in real microscope pictures. They also made a large test dataset to check the system's accuracy. QuPAINT works better than earlier methods, especially at detecting single-layer flakes, and stays reliable even when shown new types of materials.
Open 2609.12202v1

Tunable wavelet filters improve image classification and anomaly detection

Layerwise Tunable Lifting Scheme for the Convolutional Neural Network

Abstract: This work introduces a family of tunable lifting schemes for biorthogonal wavelet filter banks. We propose three lifting strategies: low-pass tuning (LS-LayLatt-LP), high-pass tuning (LS-LayLatt-HP), and a sequential lifting scheme that jointly adapts low- and high-frequency branches (LS-LayLatt-Sequential). All proposed designs are formulated using a lattice-based lifting structure, which guarantees invertibility and stability for arbitrary parameter values within the lifting functions. We evaluated the proposed methods by integrating them into a ResNet-18 backbone for image classification on the Describable Textures Dataset (DTD), as well as for anomaly detection on hazelnut images from the MVTec-AD dataset and private KRC102S dataset. Experimental results demonstrate consistent performance improvements across all evaluated tasks.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
This paper tackles a problem in computer vision where machines need to recognize patterns and detect unusual items in images. The authors introduce a way to adjust the filters inside neural networks to better capture details at different frequencies. They create three tuning strategies that keep the system stable and reversible. Testing their approach in standard image recognition and anomaly detection tasks shows that it improves performance consistently.
Open 2609.09827v1

Active robot hand movements improve 3D object scanning accuracy

AURORA: Active Uncertainty-Driven Re-Orientation for In-Hand Reconstruction

Abstract: Observing objects grasped by a robot hand is challenging due to severe visual occlusions. Although in-hand manipulation can expose hidden surfaces, existing approaches often rely on predefined or open-loop reorientation strategies that do not explicitly target under-observed regions. We propose AURORA, an active 3D reconstruction framework that closes the loop between online object-centric reconstruction and in-hand reorientation. At its core, Ray-GPIS estimates direction-wise reconstruction uncertainty along candidate viewing rays and selects next-best-view targets using an uncertainty--novelty objective, which are realized through an axis-conditioned in-hand rotation policy. The resulting RGB-D observations are fused incrementally using CAD-free 6D pose tracking and lightweight geometric reconstruction. Experiments demonstrate that AURORA improves reconstruction quality and information-acquisition efficiency over non-active rotation strategies, while Ray-GPIS also outperforms active view-planning baselines in reconstruction performance, action-ranking quality, and planning efficiency. Targeted ablations further validate its robustness to hand occlusion and pose errors. The project webpage is available at https://aurorahand.github.io/

Tue 8 SeptRoboticsComputer Vision and Pattern Recognition
The gist
It’s hard for robot hands to see everything about an object they’re holding because parts get hidden. The authors created a system called AURORA that helps the robot decide how to move the object in its hand to see hidden parts better. It does this by figuring out which views are uncertain or new and then moving the object accordingly. This method leads to better 3D models of objects than just turning the object randomly or following preset motions.
Open 2609.08493v1