paper-with-me

Papers

Semi-Supervised Learning for Multi-Task Scene Understanding by Neural Graph Consensus

2020-10-02 · Marius Leordeanu, Mihai Pirvu, Dragos Costea, Alina Marcu, Emil Slusanschi, Rahul Sukthankar

We address the challenging problem of semi-supervised learning in the context of multiple visual interpretations of the world by finding consensus in a graph of neural networks. Each graph node is a scene interpretation layer, while each edge is a deep net that transforms one layer at one node into another from a different node. During the supervised phase edge networks are trained independently. During the next unsupervised stage edge nets are trained on the pseudo-ground truth provided by consensus among multiple paths that reach the nets' start and end nodes. These paths act as ensemble teachers for any given edge and strong consensus is used for high-confidence supervisory signal. The unsupervised learning process is repeated over several generations, in which each edge becomes a "student" and also part of different ensemble "teachers" for training other students. By optimizing such consensus between different paths, the graph reaches consistency and robustness over multiple interpretations and generations, in the face of unknown labels. We give theoretical justifications of the proposed idea and validate it on a large dataset. We show how prediction of different representations such as depth, semantic segmentation, surface normals and pose from RGB input could be effectively learned through self-supervised consensus in our graph. We also compare to state-of-the-art methods for multi-task and semi-supervised learning and show superior performance.

📄 PDF Abstract BibTeX arXiv:2010.01086

Code (3)

https://gitlab.com/mihaicristianpirvu/cycleconcepts 공식 구현 pytorch
https://gitlab.com/mihaicristianpirvu/neural-graph-consensus 공식 구현 pytorch
https://gitlab.com/neural-graph-consensus/semisup-multitask-scene-understanding 공식 구현 pytorch

Tasks

Scene UnderstandingSemantic Segmentation

Similar Papers 제목 키워드 기반

Multi-Modal Data-Efficient 3D Scene Understanding for Autonomous Driving

2024-05-08 · Lingdong Kong, Xiang Xu, Jiawei Ren, Wenwei Zhang 외

Efficient data utilization is crucial for advancing 3D scene understanding in autonomous driving, where reliance on heavily human-annotated LiDAR point clouds challenges fully supervised methods. Addressing this, our stu…

Autonomous DrivingLIDAR Semantic SegmentationScene UnderstandingSemantic Segmentation

Recyclable Semi-supervised Method Based on Multi-model Ensemble for Video Scene Parsing

2023-06-05 · Biao Wu, Shaoli Liu, Diankai Zhang, Chengjian Zheng 외

Pixel-level Scene Understanding is one of the fundamental problems in computer vision, which aims at recognizing object classes, masks and semantics of each pixel in the given image. Since the real-world is actually vide…

Scene ParsingScene UnderstandingSemantic SegmentationVideo Semantic Segmentation

Semi-Supervised Learning of Multi-Object 3D Scene Representations

2020-09-28 · Cathrin Elich, Martin R. Oswald, Marc Pollefeys, Joerg Stueckler

Representing scenes at the granularity of objects is a prerequisite for scene understanding and decision making. We propose a novel approach for learning multi-object 3D scene representations from images. A recurrent enc…

Decision MakingObjectScene Understanding

Semantic Foggy Scene Understanding with Synthetic Data

2017-08-25 · Christos Sakaridis, Dengxin Dai, Luc van Gool

This work addresses the problem of semantic foggy scene understanding (SFSU). Although extensive research has been performed on image dehazing and on semantic scene understanding with clear-weather images, little attenti…

Image Dehazingobject-detectionObject DetectionScene Understanding+1

Semi-supervised and Deep learning Frameworks for Video Classification and Key-frame Identification

2022-03-25 · Sohini Roychowdhury

Automating video-based data and machine learning pipelines poses several challenges including metadata generation for efficient storage and retrieval and isolation of key-frames for scene understanding tasks. In this wor…

RetrievalScene UnderstandingVideo Classification