← Search

Jisoo Jeong

9 accepted papers

2025

ODG: Occupancy Prediction Using Dual Gaussians

NeurIPS 2025poster

Occupancy prediction infers fine-grained 3D geometry and semantics from camera images of the surrounding environment, making it a critical perception task for autonomous driving. Existing methods either adopt dense grids as scene representation which is difficult to scale to high resolution, or lear…

Cited by 0SourceScholar
2024

FutureDepth: Learning to Predict the Future Improves Video Depth Estimation

ECCV 2024poster

"In this paper, we propose a novel video depth estimation approach, , which enables the model to implicitly leverage multi-frame and motion cues to improve depth estimation by making it learn to predict the future at training. More specifically, we propose a future prediction network, F-Net, which t…

Cited by 5SourcePDFScholar
2024

OCAI: Improving Optical Flow Estimation by Occlusion and Consistency Aware Interpolation

CVPR 2024poster

The scarcity of ground-truth labels poses one major challenge in developing optical flow estimation models that are both generalizable and robust. While current methods rely on data augmentation they have yet to fully exploit the rich information available in labeled video sequences. We propose OCAI…

Cited by 3SourcePDFScholar
2023

DistractFlow: Improving Optical Flow Estimation via Realistic Distractions and Pseudo-Labeling

CVPR 2023poster

We propose a novel data augmentation approach, DistractFlow, for training optical flow estimation models by introducing realistic distractions to the input frames. Based on a mixing ratio, we combine one of the frames in the pair with a distractor image depicting a similar domain, which allows for i…

2023

MAMo: Leveraging Memory and Attention for Monocular Video Depth Estimation

ICCV 2023poster

We propose MAMo, a novel memory and attention framework for monocular video depth estimation. MAMo can augment and improve any single-image depth estimation networks into video depth estimation models, enabling them to take advantage of the temporal information to predict more accurate depth. In MAM…

Cited by 17PDFScholar
2022

MUM: Mix Image Tiles and UnMix Feature Tiles for Semi-Supervised Object Detection

CVPR 2022poster

Many recent semi-supervised learning (SSL) studies build teacher-student architecture and train the student network by the generated supervisory signal from the teacher. Data augmentation strategy plays a significant role in the SSL framework since it is hard to create a weak-strong augmented input…

Cited by 50PDFcodeScholar
2021

Interpolation-Based Semi-Supervised Learning for Object Detection

CVPR 2021poster

Despite the data labeling cost for the object detection tasks being substantially more than that of the classification tasks, semi-supervised learning methods for object detection have not been studied much. In this paper, we propose an Interpolation-based Semi-supervised learning method for object…

Cited by 88PDFcodeScholar
2019

Consistency-based Semi-supervised Learning for Object detection

NeurIPS 2019poster

Making a precise annotation in a large dataset is crucial to the performance of object detection. While the object detection task requires a huge number of annotated samples to guarantee its performance, placing bounding boxes for every object in each sample is time-consuming and costs a lot. To all…