Skip to content
GCC AI Research

Search

Results for "Object segmentation"

A new fast and accurate approach to 3D instance segmentation presented at ICLR

MBZUAI ·

MBZUAI researchers, in collaboration with TUM, developed Open-YOLO 3D, a new method for open-vocabulary 3D instance segmentation. Open-YOLO 3D enables robots to detect and differentiate individual objects in a 3D scene without being limited to predefined object categories, using both camera images and lidar-generated 3D point clouds. The new system was shown to be more accurate and significantly faster than previous approaches. Why it matters: This advancement enhances robots' ability to understand and interact with dynamic, real-world environments, bringing robots closer to being useful in everyday life.

RP-SAM2: Refining Point Prompts for Stable Surgical Instrument Segmentation

arXiv ·

Researchers from MBZUAI introduced RP-SAM2, a method to improve surgical instrument segmentation by refining point prompts for more stable results. RP-SAM2 uses a novel shift block and compound loss function to reduce sensitivity to point prompt placement, improving segmentation accuracy in data-constrained settings. Experiments on the Cataract1k and CaDIS datasets show that RP-SAM2 enhances segmentation accuracy and reduces variance compared to SAM2, with code available on GitHub.

An AI trained to spot hidden objects can see through camouflage - New Scientist

Inception ·

Researchers at the University of Maryland have developed an AI system that can identify objects hidden by camouflage. The AI uses a convolutional neural network trained on synthetic data to detect partially occluded objects. The system outperformed existing object detection methods in tests on real-world images. Why it matters: The work demonstrates potential applications of AI in defense, security, and search and rescue operations in the Middle East and elsewhere.

Interpretable and synergistic deep learning for visual explanation and statistical estimations of segmentation of disease features from medical images

arXiv ·

The study compares deep learning models trained via transfer learning from ImageNet (TII-models) against those trained solely on medical images (LMI-models) for disease segmentation. Results show that combining outputs from both model types can improve segmentation performance by up to 10% in certain scenarios. A repository of models, code, and over 10,000 medical images is available on GitHub to facilitate further research.

An AI trained to spot hidden objects can see through camouflage - New Scientist

Inception ·

Researchers at the University of Maryland have developed an AI model that can identify objects hidden by camouflage by analyzing subtle texture variations. The AI was trained on synthetic data and then tested on real-world images. It successfully detected camouflaged objects with high accuracy, even when the camouflage was very effective. Why it matters: This could have implications for military applications, search and rescue operations, and even wildlife conservation.

Enhancing Pothole Detection and Characterization: Integrated Segmentation and Depth Estimation in Road Anomaly Systems

arXiv ·

Researchers at KFUPM have developed a system for pothole detection and characterization using a YOLOv8-seg model and depth estimation. A new dataset of images and depth maps was collected from roads in Al-Khobar, Saudi Arabia. The system combines segmentation and depth data to provide a more comprehensive pothole characterization, enhancing autonomous vehicle navigation and road maintenance.