3 Repos
Automatic detection and categorization of items across massive image datasets.
Distinct from Large-Scale Image Retrieval: Distinct from retrieval or storage, focusing on the analysis and detection task over large volumes of visual data.
Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Large-Scale Image Analysis. Refine with filters or upvote what's useful.
moco ist eine PyTorch-Implementierung von Momentum Contrast für selbstüberwachtes visuelles Repräsentationslernen. Es dient als forschungsbasiertes Framework zur Extraktion hochgradiger Bildmerkmale aus ungelabelten Datensätzen durch Maximierung der Ähnlichkeit zwischen verschiedenen Ansichten desselben Bildes. Das System nutzt eine asymmetrische Encoder-Architektur, bestehend aus einem schnell lernenden Online-Encoder und einem sich langsam entwickelnden Momentum-Encoder, um das Training zu stabilisieren. Es verwendet einen wörterbuchbasierten Ansatz, der Abfragebilder mit einer dynamischen Warteschlange negativer Beispiele vergleicht, um unterscheidbare visuelle Merkmale ohne manuelle menschliche Labeling-Arbeit zu erlernen. Das Framework deckt den gesamten Workflow des kontrastiven Lernens ab, einschließlich unüberwachtem visuellem Repräsentationslernen und der Analyse ungelabelter Bilder. Es nutzt GPU-beschleunigte Tensor-Operationen für hochdimensionale Vektor-Ähnlichkeitsberechnungen und das Modelltraining.
Analyzes large-scale image datasets to discover underlying visual structures without manual annotations.
Deformable-DETR is an object detection system for computer vision that uses a transformer-based encoder-decoder architecture. It identifies and locates objects within images by representing potential targets as a set of learnable queries. The project employs sampling-based attention to restrict attention to a small set of points around a reference, reducing computational complexity and speeding up convergence. It further utilizes multi-scale feature fusion to detect objects of varying sizes within a single frame. The system includes capabilities for training models across multiple GPU cluste
Processes vast amounts of visual data to automatically detect and categorize specific items.
Segment Anything Fast is a high-performance computer vision inference engine and image segmentation framework built for PyTorch. It provides a specialized environment for automated object isolation and mask generation, designed to process large-scale visual datasets with increased throughput. The project distinguishes itself through a suite of system-level optimization strategies that accelerate deep learning model performance. By utilizing graph-based model compilation, just-in-time kernel fusion, and hardware-aware quantization, it reduces computational latency and memory footprint. These t
Performs automatic detection and categorization of items across massive image datasets.