- 博客(63)
- 收藏
- 关注
原创 论文阅读 | RAFT: Recurrent All-Pairs Field Transforms for Optical Flow
ECCV2020光流任务best paper
2023-10-20 16:14:05
747
原创 优化器| SGD/SGD-m/SGD-NAG/Adagrad/Adadelta/RMSProp/Adam/Nadam/Adamax
最近准备复习一下深度学习的基础知识,开个专栏记录自己的学习笔记。
2023-05-24 21:46:00
1238
原创 论文阅读 | Interpolated Convolutional Networks for 3D Point Cloud Understanding
ICCV2019点云特征提取点卷积InterpoConv
2023-04-17 18:31:15
552
1
原创 论文阅读 | Event Transformer. A sparse-aware solution for efficient event data processing
CVPR 2022 workshop 用transformer提取事件特征
2023-04-14 11:09:58
557
3
原创 论文阅读 | HATS: Histograms of Averaged Time Surfaces for Robust Event-based Object Classification
CVPR2018事件表征方法HATS
2023-03-28 21:03:30
517
1
原创 论文阅读 | End-to-End Learning of Representations for Asynchronous Event-Based Data
CVPR2019事件表征方面论文
2023-03-27 22:27:34
879
1
原创 论文翻译 | Momentum Contrast for Unsupervised Visual Representation Learning(前三章)
无监督学习对比学习方法-MOCO
2023-03-07 21:03:17
494
原创 论文阅读 | Rethinking Spatiotemporal Feature Learning: Speed-Accuracy Trade-offs in Video Classification
ECCV2018年的论文,对视频分类的3D卷积进行了实验,发现在顶部(粗尺度)应用3D效果更好,以及进行时空可分离卷积效果更好
2023-03-07 10:06:51
249
1
原创 论文阅读 | 轻量级网络 MobileNets/Xception/ShuffleNet
重温经典,整理了一些几年前做轻量级网络的论文,其中的深度可分离卷积和通道shuffle的思想至今也在沿用
2023-03-06 12:04:34
513
1
原创 论文阅读 | Cross-Attention Transformer for Video Interpolation
ACCV2022wrokshop用transformer做插帧的文章,q,kv,来自不同的图像
2023-02-28 15:06:49
1805
1
原创 【BN层的作用】论文阅读 | How Does Batch Normalization Help Optimization?
15年Google提出Batch Normalization,成为深度学习最成功的设计之一,18年MIT团队将原论文中提出的BN层的作用进行了一一反驳,重新揭示BN层的意义
2023-02-27 17:05:36
648
1
原创 论文阅读 | GroupViT: Semantic Segmentation Emerges from Text Supervision
CLIP工作拓展-利用文本-图像对的信息进行图像语义分割(CVPR2022)
2023-02-23 13:30:52
1151
2
原创 图像质量的评价指标【PSNR/SSIM/LPIPS/IE/NIE/Prepetual loss】
图像质量的评价指标【PSNR/SSIM/LIPIS/IE/NIE/Perceptual loss】
2023-02-21 16:34:55
3589
原创 论文阅读 | Video Frame Synthesis using Deep Voxel Flow
视频帧生成方法(视频插帧/视频预测)ICCV2017 oral
2023-02-21 11:32:21
1155
1
原创 论文阅读 | Real-Time Intermediate Flow Estimation for Video Frame Interpolation
ECCV2022 快速插帧方法
2023-02-20 11:11:46
998
1
原创 论文阅读 | Video Super-Resolution Transformer
2021年用Transformer实现视频超分VSR的文章,改进了全局连接的自注意力机制,并在FFN中加入了光流引导
2023-02-15 11:30:19
1316
1
原创 论文阅读 | Restormer: Efficient Transformer for High-Resolution Image Restoration
Restormer: Efficient Transformer for High-Resolution Image Restoration
2023-02-13 14:16:23
2035
1
原创 论文阅读 | Rethinking Coarse-to-Fine Approach in Single Image Deblurring
ICCV2021图像单帧运动去糊论文
2023-02-11 16:29:38
988
2
原创 论文阅读 | Motion Aware Double Attention Network for Dynamic Scene Deblurring
CVPR workshop2022基于事件单帧运动去糊的方法,设计了两个阶段的attention
2023-02-07 17:56:41
556
5
原创 论文阅读 | PointCNN: Convolution On X -Transformed Points
NeurIPS2018上的通过X -Transform对无序的点进行卷积的方法
2023-01-10 20:43:41
310
1
原创 论文阅读 | PointConv: Deep Convolutional Networks on 3D Point Clouds
通过MLP和点密度来估计点卷积的卷积核权重的方法,发表在CVPR2019
2023-01-09 12:11:42
192
1
原创 论文阅读 | Dilated Point Convolutions: On the Receptive Field Size of Point Convolutions on 3D Point ...
点云领域里扩大感受野的方法DPC,发表在International Conference on Robotics and Automation (ICRA)2020
2023-01-07 19:50:58
187
1
原创 论文阅读| ShellNet: Efficient Point Cloud Convolutional Neural Networks using Concentric Shells...
点云分类和分割方向文章--ICCV2019 oral
2022-12-31 21:19:01
588
1
原创 论文阅读 | PointSIFT: A SIFT-like Network Module for 3D Point Cloud Semantic Segmentation
上海交通大学团队2018年出的一篇point-based点云分割文章
2022-12-29 22:11:34
405
1
原创 论文阅读 | Learning Event-Driven Video Deblurring and Interpolation
利用事件相机作的视频去糊和视频插帧文章,发表在ECCV2020
2022-12-26 18:19:08
391
1
原创 论文阅读 | Video Enhancement with Task-Oriented Flow
Toflow视频处理的方法,包括视频插帧、视频去噪、视频超分,发表在IJCV2019,文章提出了大规模数据集vimeo90k
2022-12-24 21:00:29
501
2
原创 论文阅读 | AdaCoF: Adaptive Collaboration of Flows for Video Frame Interpolation
CVPR2020一篇基于核的视频插帧文章
2022-12-23 17:34:15
636
1
原创 论文阅读 | Video Frame Interpolation via Adaptive Separable Convolution
ICCV2017的一篇基于核做视频插帧的文章,adaConv改进版
2022-12-22 16:12:07
333
1
原创 论文阅读 | Video Frame Interpolation via Adaptive Convolution
CVPR2017基于kernel做插帧的典型方法
2022-12-20 18:20:07
316
1
原创 论文阅读 | Event-based Video Reconstruction via Potential-assisted Spiking Neural Network
用SNN脉冲神经网络做基于事件相机的图像重建的文章
2022-12-13 13:10:04
630
1
原创 论文阅读 | Channel Attention Is All You Need for Video Frame Interpolation
视频插帧方法CAIN,不用光流的pixelshuffle+channel attention的方法
2022-12-07 12:30:26
1104
3
原创 论文阅读 | Optimizing Video Prediction via Video Frame Interpolation
CVPR2022利用视频插帧做视频预测的文章,用到的是优化的思想,不用训练网络
2022-12-06 00:34:59
510
1
原创 论文阅读 | Video Frame Interpolation with Transformer
CVPR2022一篇用transformer做插帧的文章
2022-12-01 17:32:36
1468
1
原创 论文阅读 | Context-aware Synthesis for Video Frame Interpolation
CVPR2018的一篇经典的视频插帧的文章
2022-11-28 10:54:47
362
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人