生成正边界框以平衡目标检测器的训练 《Generating Positive Bounding Boxes for Balanced Training of Object Detectors》WACV2020 作者团队:中东科技大学
优于BN/GN/LN和IN!谷歌提出新的归一化方法:FRN 《Filter Response Normalization Layer: Eliminating Batch Dependence in the Training of Deep Neural Networks》 作者团队:Google Research
目标检测中主动学习的自适应监督框架 BMVC 2019 Date:2019 Author:印度理工学院&东京大学---An Adaptive Supervision Framework for Active Learning in Object Detection》
用于目标检测的轻量级RetinaNet Date:20190527 Author:亚利桑那州立大学 --- 《Light-Weight RetinaNet for Object Detection》
SkyNet:低功耗目标检测的冠军模型(DAC-SDC 挑战赛) 注:SkyNet超越 Tiny YOLO,YOLOv2,SSD,MobileNet等组合算法,实时运行在TX2(GPU)+ Ultra96(FPGA)上 Date:2019 Author:IBM & Inspirit IoT --- 《SkyNet: A Champion Model for DAC-SDC on Low Power Object Detection》
#3D目标检测# SS3D:使用IoU Loss的单目3D目标检测 Date:2019 Author:查尔姆斯理工大学 & Zenuity AB ---《Monocular 3D Object Detection and Box Fitting Trained End-to-End Using Intersection-over-Union Loss》
#视频目标检测# STCA:具有时空上下文聚合的视频目标检测 注:STCA超越MANet、STSN等视频目标检测算法,但不明白为什么只在ImageNet VID数据集上进行比较呢?Date:2019 Author:华中科技大学&地平线 ---《Object Detection in Video with Spatial-temporal Context Aggregation》
#基于深度学习的目标检测最新进展(2013-2019)# 注:这才是目标检测综述!40页,256篇参考文献,从2013 OverFeat到2019 NAS-FPN/CenterNet/DetNAS,涵盖检测机制、学习策略和应用方向等内容。还给出VOC/COCO数据集下的算法全面对比 Date:2019 Author:新加坡管理大学等 ---《Recent Advances in Deep Learning for Object Detection》
#目标检测# 检测11000类目标:没有细粒度边界框的大规模目标检测 《Detecting 11K Classes: Large Scale Object Detection without Fine-Grained Bounding Boxes》ICCV2019 Date:2019 Author:亚马逊
#(已开源)目标检测# NDFT:研究无人机图像的目标检测:深度 Nuisance Disentanglement 《Delving into Robust Object Detection from Unmanned Aerial Vehicles: A Deep Nuisance Disentanglement Approach》ICCV2019 Date:2019 Author:德克萨斯A&M大学 & 美国陆军研究实验室
#3D目标检测# Fast Point R-CNN 注:在 KITTI 上 mAP SOTA,速度可达 15 FPS !Date:2019 Author:港中文&腾讯优图 ---《Fast Point R-CNN》
C-RPN:通过RPN的级联结构改进目标检测 《C-RPNs: Promoting Object Detection in real world via a Cascade Structure of Region Proposal Networks》 注:解决样本不均衡问题/hard example mining Date:2019 Author:北京大学&鹏城实验室
交通标志检测系统的深度神经网络评估 《Evaluation of deep neural networks for traffic sign detection systems 》 注:本文比较各目标检测算法在交通标志检测和识别任务中的综合性能。一共比较了8种模型(Faster R-CNN, R-FCN, SSD和 YOLO V2)),用5项指标(mAP/FPS/参数/内存/FLOPS)进行评价 Date:2019 Author:塞维利亚大学等
#3D目标检测# CBGS:类均衡的分组和采样,用于点云三维物体检测的 《Class-balanced Grouping and Sampling for Point Cloud 3D Object Detection》 Date:2019 Author:旷视&中科院&清华
通过特征重新加权进行Few-shot目标检测 《Few-shot Object Detection via Feature Reweighting》ICCV2019 Date:2019 Author:新加坡国立大学&加州大学伯克利分校
SCRDet:检测小型和旋转的物体 《SCRDet: Towards More Robust Detection for Small, Cluttered and Rotated Objects》ICCV2019 注:在DOTA数据集上,性能优于RRPN和R2CNN等算法 Date:2019 Author:中科院&国科大&上交
#3D目标检测# CBGS:类均衡的分组和采样,用于点云三维物体检测的 《Class-balanced Grouping and Sampling for Point Cloud 3D Object Detection》 Date:2019 Author:旷视&中科院&清华
#视频目标检测# RDN:关系蒸馏网络,用于视频目标检测 《Relation Distillation Networks for Video Object Detection》ICCV2019 注:RDN 在 VID数据集上,81.8% and 83.2% mAP with ResNet-101 and ResNeXt-101 Date:2019 Author:中科大&京东 AI 研究院
#FisheyeMODNet#:用于自主驾驶的环视摄像机上的运动物体检测 《FisheyeMODNet: Moving Object detection on Surround-view Cameras for Autonomous Driving》ICCV 2019 Workshop Date:2019 Author:法雷奥等
#3D目标检测# StarNet:点云中目标检测的目标计算 《StarNet: Targeted Computation for Object Detection in Point Clouds》 注:性能优于VoxelNet、SECOND和PointPillars等算法 Date:2019 Author:Google Brain & Waym
TTFNet:用于实时目标检测的训练时间友好网络 《Training-Time-Friendly Network for Real-Time Object Detection》 Date:2019 Author:浙江大学&飞步科技
FreeAnchor:Anchors 匹配进行目标检测 《FreeAnchor: Learning to Match Anchors for Visual Object Detection》NeurIPS 2019 Date:2019 Author:中国科学院大学&厦门大学&鹏城实验室
SSSDET:用于航拍图像中车辆检测的网络 《SSSDET: Simple Short and Shallow Network for Resource Efficient Vehicle Detection in Aerial Scenes》ICIP 2019 Date:2019
语义分割
对语义分割模型的稳健性进行基准测试 Date:2019 Author:海德堡大学 ---《Benchmarking the Robustness of Semantic Segmentation Models》
#视频目标分割# RANet:快速视频目标分割的排序注意网络ICCV 2019 注:RANet 性能优于 FAVOS、FEELVOS等算法,速度可达30FPS!在 DAVIS_16 数据集上表现 SOTA。Date:2019 Author:悉尼大学&IIAI&西安交大&南开--- 《RANet: Ranking Attention Network for Fast Video Object Segmentation》
#点云语义分割# 综述:点云语义分割 《A Review of Point Cloud Semantic Segmentation》 Date:2019
KSAC:Kernel共享Atrous卷积,用于语义分割 《See More Than Once -- Kernel-Sharing Atrous Convolution for Semantic Segmentation》 注:KSAC相对于ASPP,提高 mIoU的性能更强!Date:2019 Author:悉尼科技大学&华东师范大学
CBS:基于类的样式,具有语义分割的实时局部风格转换 《Class-Based Styling: Real-time Localized Style Transfer with Semantic Segmentation》 Date:2019 Author:不列颠哥伦比亚大学
MTN:通过掩模迁移网络实现快速视频对象分割 《Fast Video Object Segmentation via Mask Transfer Network》 注:在DAVIS数据集上,速度高达 37 FPS!性能 SOTA!Date:2019 Author:新加坡国立大学&山东省人工智能学会
SPGNet:场景分割的语义预测指南 《SPGNet: Semantic Prediction Guidance for Scene Parsing》 Date:2019 Author:伊利诺伊大学厄巴纳-香槟分校 & IBM研究院等
#全景分割# 用于全景分割的模块化方法:生成器评估器 - 选择器网络 《Generator evaluator-selector net: a modular approach for panoptic segmentation》 Date:2019 Author:多伦多大学&哈佛大学
Gated-SCNN:用于语义分割的Gated形状CNN 《Gated-SCNN: Gated Shape CNNs for Semantic Segmentation》ICCV2019 注:Amusi 认为Gated-SCNN是目前最强的语义分割算法之一,在Cityscapes数据集上test mIoU 82.8%(not use coarse data),超越DeepLabv3+和AutoDeepLab等算法。Date:2019
#3D语义分割# LU-Net:三维LiDAR点云语义分割的高效网络,基于端到端学习的3D特征和U-Net 《LU-Net: An Efficient Network for 3D LiDAR Point Cloud Semantic Segmentation Based on End-to-End-Learned 3D Features and U-Net》 注:在 KITTI 表现 SOTA!速度可达 24 FPS!Date:2019
#视频目标分割# COSNet:使用联合注意孪生网络进行无监督视频对象分割 《See More, Know More: Unsupervised Video Object Segmentation with Co-Attention Siamese Networks》CVPR 2019 Author:IIAI & 上交
#3D语义分割# PASS3D:3D点云的精确和加速语义分割 《PASS3D: Precise and Accelerated Semantic Segmentation for 3D Point Cloud》IROS-2019 Date:2019 Author:浙江大学
#NAS# #语义分割# GAS:图引导架构搜索的实时语义分割 《Graph-guided Architecture Search for Real-time Semantic Segmentation》 注:性能优于BiSeNet、ICNet等实时语义分割算法,73.3% mIoU with speed of 102 FPS on Titan Xp Author:商汤&浙大
#医学图像分割# SegNAS3D:3D图像分割的网络架构搜索 《SegNAS3D: Network Architecture Search with Derivative-Free Global Optimization for 3D Image Segmentation》MICCAI 2019 Author:IBM Research