Waseda University · 컴퓨터과학
오시마 요시에 교수의 연구실은 컴퓨터 비전 및 객체 검출 분야에서 주로 활동하며, 특히 밀도 높은 인체 집합(예: 인파 속 보행자 검출)과 소형 객체 검출에 특화된 기술 개발에 주력하고 있습니다. 실시간 제약 조건과 데이터 프라이버시 문제를 고려한 스마트 변전소 모니터링 시스템, 그리고 비용과 속도를 동시에 고려한 효율적이고 정밀한 해시 기반 근접 이웃 검색 기법 개발도 핵심 연구 주제입니다. 특히, 레이블 할당, 클래스 불균형, 소형 객체 처리 등 기존 모델의 한계를 해결하기 위한 혁신적 아키텍처 및 학습 전략 개발에 집중하고 있습니다.
표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.
Label assignment has been widely studied in general object detection because of its great impact on detectors’ performance. In the field of dense pedestrian detection, human bodies are often heavily entangled, making label assignment more important. However, none of the existing label assignment method focuses on crowd scenarios. Motivated by this, we propose Loss-aware Label Assignment (LLA) to boost the performance of pedestrian detectors in crowd scenarios. Concretely, LLA first calculates cl
Imbalance issue is a major yet unsolved bottleneck for the current object detection models. In this work, we observe two crucial yet never discussed imbalance issues. The first imbalance lies in the large number of low-quality RPN proposals, which makes the R-CNN module (i.e., post-classification layers) become highly biased towards the negative proposals in the early training stage. The second imbalance stems from the unbalanced ground-truth numbers across different testing images, resulting in
The inefficiency of manual inspections in substations struggles to meet increasing workloads amid power grid expansion, necessitating intelligent solutions for equipment monitoring. This study addresses two key challenges: detecting diverse equipment under scale variations, occlusions, and real-time constraints, and ensuring data privacy given geographically dispersed, sensitive substation data. We propose CWA-YOLO, a detection framework integrating multi-scale feature fusion and an enhanced sma
Searching for the nearest neighbor is a fundamental problem in the computer vision field, and deep hashing has become one of the most representative and widely used methods, which learns to generate compact binary codes for visual data. In this paper, we first delve into the representation learning of deep hashing and surprisingly find that deep hashing could be a double-edged sword, i.e., deep hashing can accelerate the query speed and decrease the storage cost in the nearest neighbor search pr