paper-with-me

Papers

Anomaly Triplet-Net: Progress Recognition Model Using Deep Metric Learning Considering Occlusion for Manual Assembly Work

2025-01-07 · Takumi Kitsukawa, Kazuma Miura, Shigeki Yumoto, Sarthak Pathak, Alessandro Moro, Kazunori Umeda

In this paper, a progress recognition method consider occlusion using deep metric learning is proposed to visualize the product assembly process in a factory. First, the target assembly product is detected from images acquired from a fixed-point camera installed in the factory using a deep learning-based object detection method. Next, the detection area is cropped from the image. Finally, by using a classification method based on deep metric learning on the cropped image, the progress of the product assembly work is estimated as a rough progress step. As a specific progress estimation model, we propose an Anomaly Triplet-Net that adds anomaly samples to Triplet Loss for progress estimation considering occlusion. In experiments, an 82.9% success rate is achieved for the progress estimation method using Anomaly Triplet-Net. We also experimented with the practicality of the sequence of detection, cropping, and progression estimation, and confirmed the effectiveness of the overall system.

📄 PDF Abstract BibTeX arXiv:2501.03533

Code (0)

등록된 구현이 없습니다.

Tasks

Metric Learningobject-detectionObject DetectionTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Correcting the Triplet Selection Bias for Triplet Loss

2018-09-01 · ECCV 2018 9 · Baosheng Yu, Tongliang Liu, Mingming Gong, Changxing Ding 외

Triplet loss, popular for metric learning, has made a great success in many computer vision tasks, such as fine-grained image classification, image retrieval, and face recognition. Considering that the number of triplets…

Face RecognitionFine-Grained Image ClassificationGeneral Classificationimage-classification+6

Robust Assembly Progress Estimation via Deep Metric Learning

2026-01-01 · Kazuma Miura, Sarthak Pathak, Kazunori Umeda arxiv

In recent years, the advancement of AI technologies has accelerated the development of smart factories. In particular, the automatic monitoring of product assembly progress is crucial for improving operational efficiency…

Metric Learning

BP-Triplet Net for Unsupervised Domain Adaptation: A Bayesian Perspective

2022-02-19 · Shanshan Wang, Lei Zhang, Pichao Wang

Triplet loss, one of the deep metric learning (DML) methods, is to learn the embeddings where examples from the same class are closer than examples from different classes. Motivated by DML, we propose an effective BP-Tri…

Domain AdaptationMetric LearningTripletUnsupervised Domain Adaptation

Curved Geometric Networks for Visual Anomaly Recognition

2022-08-02 · Jie Hong, Pengfei Fang, Weihao Li, Junlin Han 외

Learning a latent embedding to understand the underlying nature of data distribution is often formulated in Euclidean spaces with zero curvature. However, the success of the geometry constraints, posed in the embedding s…

Anomaly DetectionAnomaly SegmentationOut of Distribution (OOD) DetectionSegmentation

On the Stability and Generalization of Triplet Learning

2023-02-20 · Jun Chen, Hong Chen, Xue Jiang, Bin Gu 외

Triplet learning, i.e. learning from triplet data, has attracted much attention in computer vision tasks with an extremely large number of categories, e.g., face recognition and person re-identification. Albeit with rapi…

Face RecognitionMetric LearningPerson Re-IdentificationTriplet