pattern recognition and computer vision

This skill involves extracting features, applying unsupervised methods (k-means, DBSCAN) and supervised models for detection/segmentation (YOLO, Faster R-CNN, Mask R-CNN), building training pipelines, augmentations and evaluation (mAP, confusion matrices) using frameworks like PyTorch, TensorFlow and scikit-learn.

patternrecognitionandcomputer

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

Learning Algorithms Made Simple

Oct 11, 2024
NA
Noorbakhsh Amiri Golilarz
🏛️ Mississippi State University | University of Calgary | Brown University

To address the limited robustness to noise, poor cross-domain generalization, and weak interpretability of existing learning algorithms, this paper proposes a unified adaptive dynamic network architecture with three-tiered collaboration among convolutional neural networks (CNNs), traditional machine learning (ML), and large language models (LLMs). Methodologically, we integrate CNNs with ML to construct a hybrid base model and—novelly—introduce an LLM as a high-level semantic guidance and decision verification module, augmented by a noise-robust training strategy. Key contributions include: (1) the first CNN-ML-LLM collaborative framework, significantly improving noise resilience and cross-domain generalization; (2) enhanced model interpretability and end-to-end multi-task adaptability; and (3) empirical validation on image recognition and text generation tasks, achieving high accuracy (average +3.2%) and strong generalization in real-world applications such as medical image classification and financial risk prediction.

Addressing noise vulnerability in classification tasksExploring AI, ML, DL, and hybrid model integrationSimplifying learning algorithms for pattern identification

Deep Learning and Machine Learning, Advancing Big Data Analytics and Management: Tensorflow Pretrained Models

Sep 20, 2024
KC
Keyu Chen
🏛️ Georgia Institute of Technology | Indiana University | Kyoto University | AppCubic | Rutgers University | Purdue University | University of Wisconsin-Madison | National Taiwan Normal University

High barriers to adopting pre-trained models and a lack of empirical guidance for strategy selection hinder practical deployment in few-shot image classification and object detection. Method: We systematically compare linear probing versus fine-tuning across ResNet, MobileNet, and EfficientNet, and propose an end-to-end TensorFlow framework integrating multi-scale feature-space visualization (PCA, t-SNE, UMAP) to unify analysis of representation evolution. Contribution/Results: Linear probing significantly outperforms fine-tuning under extreme data scarcity (≤100 samples per class) while accelerating training by 3–5×. The framework enables high-accuracy, rapid deployment (<1 hour for fine-tuning) on standard benchmarks (ImageNet-1K, CIFAR-100), balancing beginner-friendly usability with expert-level extensibility. It bridges the gap between theoretical representation analysis and real-world engineering practice.

Comparing linear probing versus fine-tuning approaches in transfer learningExploring TensorFlow pre-trained models for image classification tasksProviding practical guidance and code examples for deep learning implementation

Object Learning and Robust 3D Reconstruction

Apr 22, 2025
SS
Sara Sabour
🏛️ University of Toronto

This work addresses motion-induced artifacts in unsupervised 3D reconstruction of dynamic scenes caused by moving foreground objects. To tackle this, we propose a novel method that jointly models unsupervised 2D object decomposition and 3D geometric consistency. Our approach introduces FlowCapsules—a flow-guided network for unsupervised foreground segmentation—and a transient-object-mask-driven robust optimization kernel that detects and excludes dynamic objects under multi-view geometric consistency constraints. This kernel subsequently guides weighted bundle adjustment and NeRF training. Crucially, our method is the first to jointly learn object-centric representations and scene-level geometry without any annotations or controlled capture conditions. Experiments demonstrate significant improvements in both SfM and NeRF reconstruction accuracy on casually captured dynamic scenes, effectively eliminating motion artifacts. The framework advances explicit object-aware 3D understanding in open-world vision applications.

3D dynamic object detection via geometric consistencyRobust 3D modeling with transient object masksUnsupervised 2D object segmentation using motion cues

Deep Learning and Machine Learning - Object Detection and Semantic Segmentation: From Theory to Applications

Oct 21, 2024
JR
Jintao Ren
🏛️ Aarhus University | Indiana University | Kyoto University | AppCubic | Rutgers University | University of Wisconsin-Madison | Georgia Institute of Technology | National Taiwan Normal University | University of Hawaii | Xi'an Jiaotong-Liverpool University | Zhejiang University | Purdue University

To address performance limitations in object detection and semantic segmentation under complex scenarios—including occlusion, small objects, and cross-domain generalization—this paper proposes a novel multimodal detection paradigm synergizing large language models (LLMs). Methodologically, it systematically integrates CNNs, YOLOv5/v8, and DETR architectures into an LLM-augmented inference framework, augmented by scalable data pipelines, model pruning, and quantization, and evaluated via a multi-dimensional metric system based on mAP and mIoU. Key contributions include: (1) bridging the gap between traditional feature engineering and end-to-end deep learning; (2) introducing a dynamic context enhancement mechanism tailored for challenging environments; and (3) achieving state-of-the-art accuracy-efficiency trade-offs on COCO and ADE20K. The fully open-sourced, reproducible framework significantly improves model generalizability and robustness across diverse real-world conditions.

Bridging traditional methods with modern AI for large-scale detection tasksExploring object detection and semantic segmentation from theory to applicationsReviewing state-of-the-art deep learning architectures for computer vision

Unsupervised Interpretable Basis Extraction for Concept-Based Visual Explanations

Mar 19, 2023
AD
Alexandros Doumanoglou
🏛️ Information Technologies Institute (ITI) | Centre for Research and Technology HELLAS (CERTH) | University of Maastricht

This work addresses the lack of human-interpretable concepts in intermediate-layer representations of CNNs. We propose an unsupervised post-hoc method that optimizes an orthogonal rotation in feature space to extract disentangled, concept-level interpretable basis vectors from sparsely thresholded activation responses. Unlike supervised approaches relying on manually annotated concepts, ours is the first purely unsupervised paradigm for discovering highly interpretable bases. We further introduce an improved interpretability metric and a concept-alignment analysis framework, validating our method across multiple CNN architectures and datasets. Experiments demonstrate that the rotated intermediate representations significantly outperform supervised basis extraction methods in both conceptual diversity and interpretability. Our results reveal an inherent limitation of supervised paradigms—namely, their restricted coverage of conceptual breadth—and open a new direction for model interpretability research. (149 words)

Enhancing interpretability of intermediate layer representations through unsupervised basis transformationExtracting interpretable basis directions from CNN feature spaces without concept supervisionIdentifying interpretable feature directions collectively using sparsity optimization instead of annotations

Latest Papers

What's happening recently
View more

This work proposes a training-free object detection method tailored for scenarios involving minor data variations where model training and annotation are impractical, such as GUI automation testing. By leveraging a segmentation foundation model—e.g., SAM—to generate image segments and integrating classical feature engineering for object classification, the approach rapidly adapts to new targets or interface changes without any training or labeled data. Evaluated on an in-vehicle navigation icon detection task, the method achieves performance comparable to learning-based detectors like YOLO, while entirely eliminating the need for model training. This significantly reduces deployment time and cost, demonstrating strong practical utility through its efficiency and adaptability.

foundation modelGUI testingicon detection

TorchTraceAP: A New Benchmark Dataset for Detecting Performance Anti-Patterns in Computer Vision Models

Dec 16, 2025
HC
Hanning Chen
🏛️ University of California, Irvine | Meta | University of California, Riverside

Performance anti-patterns are prevalent in training and inference of computer vision (CV) models, yet existing approaches struggle to automatically and precisely localize problematic segments within long-duration execution traces. Method: We introduce the first benchmark dataset for CV performance anti-pattern detection—comprising 600+ PyTorch execution traces spanning diverse hardware platforms and CV tasks—and propose an iterative detection paradigm combining lightweight temporal modeling for coarse screening with large language models (LLMs) for fine-grained classification and diagnostic feedback, thereby overcoming LLM context and reasoning limitations. Our method integrates PyTorch Profiler analysis, cross-platform support (CUDA/ROCm), and a standardized annotation protocol. Contribution/Results: The framework achieves significantly higher detection accuracy than unsupervised clustering and rule-based statistical methods, demonstrates strong generalization across classification, detection, segmentation, and generation tasks, and supports end-to-end localization alongside actionable optimization recommendations—enabling the first evaluable, reproducible, benchmarked anti-pattern detection for CV systems.

Automate identification of problematic segments in lengthy execution tracesDetect performance anti-patterns in computer vision model tracesImprove ML models' ability to classify and provide feedback on anti-patterns

This work proposes a self-supervised feature learning method specifically designed for object detection to address the heavy reliance on large-scale annotated data. By pretraining the feature extractor on unlabeled data and guiding the model to focus on semantically informative object regions, the approach significantly enhances the representational capacity of the detector under limited annotation budgets. Experimental results demonstrate that the proposed method outperforms conventional ImageNet-pretrained models across multiple object detection benchmarks, achieving not only improved detection accuracy but also greater robustness and reliability.

data annotationfeature representationlabeled data

This work addresses the lack of theoretical foundations for clustering-based self-supervised/unsupervised learning methods by establishing, for the first time, a rigorous theoretical connection to classical statistical mixture models—particularly Gaussian Mixture Models (GMMs). We propose SiamMM, a unified end-to-end deep learning framework that jointly optimizes contrastive representation learning, cluster assignment, and mixture model parameter estimation. Empirically, SiamMM achieves state-of-the-art clustering performance across multiple benchmarks. Crucially, by leveraging mixture model confidence calibration, it reliably identifies label-noisy samples in training data—a capability absent in prior clustering approaches. This work provides the first statistically grounded, interpretable foundation for unsupervised clustering and introduces a novel paradigm for diagnosing dataset quality via clustering outcomes.

Connects unsupervised clustering methods to statistical mixture modelsDevelops SiamMM to achieve state-of-the-art self-supervised learning performanceEnhances clustering approaches through a novel mixture model framework

This work addresses the challenge of discovering reusable data analysis skills through autonomous exploration under fully unsupervised conditions to enhance agent performance. The authors propose DataCOPE, a novel framework that, for the first time, enables completely unsupervised discovery of such skills. DataCOPE integrates a data analysis agent, an unsupervised validator—comprising an adaptive checklist and an answer consistency verifier—and a skill manager. Through mechanisms including exploration trajectory generation, contrastive learning, and validation-signal-driven skill distillation, the framework adaptively distills skills suitable for both report-oriented and reasoning-based data analysis. Evaluated on the Deep Data Research and DABStep benchmarks, DataCOPE achieves task score improvements of 9.71% and 32.30%, respectively, significantly outperforming existing methods.

data-analytic agentsexploration-based learninginference-time augmentation

Hot Scholars

NN

Nassir Navab

Professor of Computer Science, Technische Universität München
BD

Bo Du

Department of Management, Griffith Business School
Sustainable TransportTravel BehaviourUrban Data AnalyticsLogistics and Supply Chain
MP

Marc Pollefeys

Professor of Computer Science, ETH Zurich, and Director Spatial AI Lab, Microsoft
Computer VisionComputer GraphicsRoboticsMachine Learning
DC

Daniel Cremers

Technical University of Munich
Computer VisionMachine LearningOptimizationRobotics
KY

Kailun Yang

Professor. School of Artificial Intelligence and Robotics, Hunan University (HNU); KIT; UAH; ZJU
Computer VisionComputational OpticsIntelligent VehiclesAutonomous Driving