paper-with-me

홈 › Papers

Pedestrain detection for low-light vision proposal

2023-03-17 · Zhipeng Chang, Ruiling Ma, Wenliang Jia

The demand for pedestrian detection has created a challenging problem for various visual tasks such as image fusion. As infrared images can capture thermal radiation information, image fusion between infrared and visible images could significantly improve target detection under environmental limitations. In our project, we would approach by preprocessing our dataset with image fusion technique, then using Vision Transformer model to detect pedestrians from the fused images. During the evaluation procedure, a comparison would be made between YOLOv5 and the revised ViT model performance on our fused images

📄 PDF Abstract BibTeX arXiv:2303.12725

Code (0)

등록된 구현이 없습니다.

Tasks

Pedestrian Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Point-to-Box Network for Accurate Object Detection via Single Point Supervision

2022-07-14 · Pengfei Chen, Xuehui Yu, Xumeng Han, Najmul Hassan 외

Object detection using single point supervision has received increasing attention over the years. However, the performance gap between point supervised object detection (PSOD) and bounding box supervised detection remain…

AttributeMultiple Instance LearningObjectobject-detection+1

Small, but important: Traffic light proposals for detecting small traffic lights and beyond

2023-07-27 · Tom Sanitz, Christian Wilms, Simone Frintrop

Traffic light detection is a challenging problem in the context of self-driving cars and driver assistance systems. While most existing systems produce good results on large traffic lights, detecting small and tiny ones …

Object Proposal GenerationSelf-Driving Cars

ProposalCLIP: Unsupervised Open-Category Object Proposal Generation via Exploiting CLIP Cues

2022-01-18 · CVPR 2022 1 · Hengcan Shi, Munawar Hayat, Yicheng Wu, Jianfei Cai

Object proposal generation is an important and fundamental task in computer vision. In this paper, we propose ProposalCLIP, a method towards unsupervised open-category object proposal generation. Unlike previous works wh…

Objectobject-detectionObject DetectionObject Proposal Generation+1

Open Vocabulary Object Detection with Proposal Mining and Prediction Equalization

2022-06-22 · Peixian Chen, Kekai Sheng, Mengdan Zhang, Mingbao Lin 외

Open-vocabulary object detection (OVD) aims to scale up vocabulary size to detect objects of novel categories beyond the training vocabulary. Recent work resorts to the rich knowledge in pre-trained vision-language model…

Causal Inferenceobject-detectionObject DetectionOpen-vocabulary object detection+1

Few-Shot Object Detection with Foundation Models

2024-01-01 · CVPR 2024 1 · Guangxing Han, Ser-Nam Lim

Few-shot object detection (FSOD) aims to detect objects with only a few training examples. Visual feature extraction and query-support similarity learning are the two critical components. Existing works are usually d…

Few-Shot LearningFew-Shot Object DetectionLanguage ModelingLanguage Modelling+5