This repository contains a comparative analysis of two cutting-edge papers from CVPR 2023:
-
OneFormer: One Transformer To Rule Universal Image Segmentation
- A universal architecture for image segmentation tasks
- Achieves state-of-the-art results on semantic, instance, and panoptic segmentation
- Uses a single model trained only once
-
Event-Guided Person Re-Identification via Sparse-Dense Complementary Learning
- Integrates event camera data with RGB video for robust person re-identification
- Significantly improves performance in degraded visual conditions
- Introduces a novel framework for fusing sparse event data with dense RGB frames
README.md: This overview fileCVPR Paper Comparative Analysis_.docx: Main analysis documentvisualize_comparison.py: Script to generate visual comparisons of the papersutils.py: Utility functions for data processing and visualizationfigures/: Directory containing generated visualizationstables/: Directory containing performance metric tablesCITATION.md: Information on how to cite this work
To generate visualizations comparing the two papers:
# Install required packages
pip install matplotlib numpy
# Generate visualizations
python visualize_comparison.py
# Generate additional charts and tables
python utils.py- Achieves unified image segmentation with a single model
- Demonstrates state-of-the-art performance on major benchmarks
- Reduces resource requirements by 3x compared to separate models
- Uses task-conditioned joint training with a query-text contrastive loss
- First solution to use event camera data for person re-identification
- Shows significant robustness improvements in challenging conditions
- Outperforms RGB-only methods, especially in blurry or occluded scenarios
- Employs a deformable Spiking Neural Network for processing sparse event data
- Exploring OneFormer's applicability to other computer vision tasks
- Evaluating SDCL with real-world event data
- Developing more efficient fusion techniques for multi-modal data
- Expanding the use of event cameras in other video analysis tasks
If you use this work in your research, please cite it as described in CITATION.md.
Figure 1: Comparative performance metrics showing OneFormer's superiority in segmentation tasks and SDCL's advantages in challenging visual conditions for person re-identification.
![]() OneFormer Capabilities |
![]() SDCL Capabilities |
Figure 2: Radar charts illustrating the relative strengths of each method across multiple evaluation dimensions including accuracy, efficiency, and adaptability to different conditions.
Figure 3: Side-by-side comparison demonstrating OneFormer's consistent segmentation quality and SDCL's resilience in low-light, motion blur, and occlusion scenarios compared to conventional methods.
| Method | Segmentation (mIoU) | Person Re-ID (mAP%) | ||||
|---|---|---|---|---|---|---|
| Semantic | Instance | Panoptic | Normal | Low Light | Motion Blur | |
| OneFormer | 57.7 | 48.3 | 49.8 | - | - | - |
| Mask2Former | 56.4 | 47.2 | 48.1 | - | - | - |
| SDCL | - | - | - | 85.3 | 78.9 | 76.2 |
| RGB-only | - | - | - | 84.7 | 62.1 | 58.4 |
| Method | Parameters (M) | FLOPs (G) | Inference Time (ms) |
|---|---|---|---|
| OneFormer (All tasks) | 134 | 263 | 89 |
| Separate Models (3 tasks) | 389 | 795 | 267 |
| SDCL | 42 | 87 | 58 |
| RGB-only | 38 | 76 | 43 |
Taher Akbari Saeed
Postgraduate Student in Hematology and Blood Transfusion
Department of Oncology, Hematology, and Radiotherapy
Institute of Postgraduate Education,
Pirogov Russian National Research Medical University (RNRMU), Russia
Contact Information:
- Email: taherakbarisaeed@gmail.com
- GitHub: tayden1990
- Telegram: @tayden2023
- ORCID: 0000-0002-9517-9773
- Taher Akbari Saeed. (2025). Comparative Analysis of CVPR 2023 Papers. Download Full Document

