自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(18)
  • 资源 (13)
  • 收藏
  • 关注

原创 最新 CCF A 类人工智能会议论文下载汇总 (含2023)

2021年部分 CCF A 类会议论文下载地址汇总AAAI 2021 :https://dblp.uni-trier.de/db/conf/aaai/aaai2021.htmlICLR 2021 :https://openreview.net/group?id=ICLR.cc/2021/ConferenceCVPR 2021 :https://openaccess.thecvf.com/CVPR2021?day=allACL-IJCNLP 2021 :https://2021.aclweb.

2021-10-28 06:45:29 17012 1

原创 非深度网络 Non-deep Network:低延迟平行网络 ParNet,仅 12 层媲美 ResNet

Non-deep NetworkAnkit Goyal1,2 Alexey Bochkovskiy2 Jia Deng1 Vladlen Koltun21Princeton University 2 Intel Labs[pdf] [github]Figure 1: Top-1 accuracy on ImageNet vs. depth (in log scale) of various models. ParNet performs competitively ...

2021-10-31 14:38:46 2474 1

原创 2021 ICCV、CVPR 知识蒸馏相关论文

2021 ICCVPerturbed Self-Distillation: Weakly Supervised Large-Scale Point Cloud Semantic Segmentation[pdf] [supp][bibtex]Densely Guided Knowledge Distillation Using Multiple Teacher Assistants[pdf] [supp] [arXiv]Figure 1. Problem defini...

2021-10-29 20:50:56 3291

原创 可逆神经网络顶级会议论文汇总(2019-2021)

2019 iccvHiding Video in Audio via Reversible Generative ModelsHyukryul Yang,Hao Ouyang,Vladlen Koltun,Qifeng Chen[pdf][bibtex]Back2021 cvprArtFlow: Unbiased Image Style Transfer via Reversible Neural FlowsJie An,Siyu Huang,...

2021-10-28 07:01:13 2548

原创 基于可逆神经网络的图像隐藏技术 (ICCV 2021) - HiNet: Deep Image Hiding by Invertible Network

HiNet: Deep Image Hiding by Invertible Network[pdf] [github]Figure 1. The illustration of difference between our image hiding method and the traditional methods [5, 23, 32].AbstractImage hiding aims to hide a secret image into a cover i..

2021-10-27 19:45:41 12201 8

原创 ICLR2021 用可逆生成流解耦全局和局部表示 Decoupling Global and Local Representations via Invertible Generative Flows

Decoupling Global and Local Representations via Invertible Generative Flows[PDF] [GitHub]Figure 1: Examples of the switch operation, which switches the global representations of two images from four datasets: (a) CIFAR-10, (b) ImageNet, (c) LSUN B.

2021-10-24 01:02:13 1032

原创 可逆网络风格迁移-解决内容泄漏问题 [CVPR 2021] ArtFlow: Unbiased Image Style Transfer via Reversible Neural Flows

ArtFlow: Unbiased Image Style Transfer via Reversible Neural FlowsJie An1∗ Siyu Huang2∗ Yibing Song3 Dejing Dou2 Wei Liu4 Jiebo Luo1 1 University of Rochester 2 Baidu Research 3 Tencent AI Lab 4 Tence...

2021-10-16 01:42:52 3293 2

原创 轻量级 Vision Transformer - MobileViT

MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision TransformerSachin Mehta Apple Mohammad RastegariAppleAbstractLight-weight convolutional neural networks (CNNs) are the de-factofor mobile vision task...

2021-10-14 14:43:20 3204 1

原创 论文阅读:ResMLP: Feedforward networks for image classification with data-efficient training

ResMLP: Feedforward networks for image classification with data-efficient trainingAbstractWe present ResMLP, an architecture built entirely upon multi-layer perceptrons for image classification.It is a simple residual network that alternates (i) a

2021-10-13 11:51:39 1519

原创 优于 ViT 和 MLP-Mixer 的全局滤波器:Global Filter Networks for Image Classification [NeurIPS 2021]

Global Filter Networks for Image Classification[pdf] [project] [github]AbstractRecent advances in self-attention and pure multi-layer perceptrons (MLP) models for vision have shown great potential in achieving promising performance with fewer .

2021-10-12 16:48:14 4139

原创 HIDE 数据模拟器文档 : Hydrogen (HI) Data Emulator

HIDE: Hydrogen (HI) Data Emulator — Hydrogen (HI) Data Emulator 0.1.0 documentationTheHIDEpackage has been developed at ETH Zurich in theSoftware Lab of the Cosmology Research Groupof theETH Institute of Astronomy.The development is coordinated o...

2021-10-11 16:33:00 269

原创 伪逆学习自动编码器射频干扰去除 Radio frequency interference mitigation using pseudo-inverse learning auto-encoders

Radio frequency interference mitigation using pseudo-inverse learning auto-encoders [RAA 2020]RAA : Research in Astronomy and Astrophysics【推荐阅读:CSDN 博客】深度学习射频干扰消除网络:Deep residual detection of Radio Frequency Interferencefor FAST目录AbstractIn..

2021-10-09 21:40:44 1097

原创 深度学习射频干扰检测网络:Deep residual detection of Radio Frequency Interferencefor FAST

Deep residual detection of Radio Frequency Interference for FAST [MNRAS2020]https://arxiv.org/pdf/2001.06669.pdfMNRAS:Monthly Notices of the Royal Astronomical SocietyABSTRACTRadio frequency interference (RFI) detection and excision is...

2021-10-09 16:51:08 2792 2

原创 一个挑战 ViT,MLP-Mixer 的新模型 ConvMixer:Patches Are All You Need? [Under Review ICLR 2022]

Convolutions Attention MLPs Patches are All Your Need?[OpenReview] [GitHub​​​​​​​]本文看点:1. 本文原文非常短,只有 4 页多一点,整个模型也很简单,但它 挑战了 ViT 有效性的原因。2. 总结了最近特别火的 ViT,MLP-Mixer,ResMLP 等新构架之所以效果很好的共性。特斯拉 AI 高级总监 Andrej Karpathy 在推特上感叹道:我被新的 ConvMixer 架构震撼了。【(包括下

2021-10-09 11:14:28 2345

原创 论文阅读 Glow: Generative Flow with Invertible 1×1 Convolutions

Glow: Generative Flow with Invertible 1×1 Convolutions[pdf] [github]目录Glow: Generative Flow with Invertible 1×1 ConvolutionsAbstractIntroductionBackground: Flow-based Generative ModelsProposed Generative Flow1. Actnorm: scale and bias .

2021-10-06 09:28:13 2443 1

原创 2021 年深度学习哪些方向比较新颖,比较有研究潜力?

2021年深度学习哪些方向比较新颖,处于上升期或者朝阳阶段,比较有研究潜力?计算机视觉联盟Yesterday计算机视觉联盟团队成员为国内各大高校博士,专注于深度学习、机器学习、图像解译、人工智能、无人驾驶等热门领域,分享开源框架学习(如TensorFlow)、项目经历及编程语言(C++、python)等咨讯115篇原创内容Official Account点上方计算机视觉联盟获取更多干货仅作学术分享,不代表本公众号立场,侵权联系删除转载于:作者丨陀飞轮、Zhifeng...

2021-10-05 17:49:55 1835

原创 内存高效的可逆 GAN 网络:Reversible GANs for Memory-efficient Image-to-Image Translation

Reversible GANs for Memory-efficient Image-to-Image Translation[pdf]目录AbstractIntroductionBackground and Related WorkMethodAbstractThe Pix2pix [17] and CycleGAN [40] losses have vastly improved the qualitative and quantitative visua.

2021-10-04 09:14:20 1281

原创 可逆残差网络:不存储激活的反向传播 Reversible Residual Network: Backpropagation Without Storing Activations

The Reversible Residual Network: Backpropagation Without Storing Activations[pdf]Code available at https://github.com/renmengye/revnet-publicAbstractDeep residual networks (ResNets) have significantly pushed forward the state-of-the-art ..

2021-10-01 08:36:35 2403

李飞飞团队《2024年人工智能指数报告》《Artificial Intelligence Index Report 2024》

李飞飞联合领导的斯坦福大学以人为本人工智能研究所(Stanford HAI)发布了《2024 年人工智能指数报告》,全面追踪了全球人工智能的发展趋势,更总结了十大核心趋势!这是该团队发布的最为详尽的报告,且其发布时机恰逢AI对社会的深远影响日益显现的重要时刻!强烈推荐阅读学习! 【十大主要趋势】 1、人工智能在某些任务上胜过人类,但并非在所有任务上。 2、产业界继续主导人工智能前沿研究。 3、前沿模型变得更加昂贵。 4、美国领先中国、欧盟和英国,成为顶级人工智能模型的主要开发国家。 5、目前严重缺乏对大语言模型负责任的可靠和标准化评估。 6、生成式人工智能投资飙升。 7、人工智能使工人更有效率,并带来更高质量的工作。 8、人工智能崛起推动科学进步的速度愈发迅猛。 9、美国的人工智能法规数量呈现出急剧增加的趋势。 10、在全球范围内,公众对人工智能的潜在影响有了更为深刻的认识,同时伴随着日益增长的紧张情绪。【描述来自CVer https://wx.zsxq.com/dweb2/index/topic_detail/4844518514581258】

2024-08-12

腾讯研究院《工业大模型应用报告》 2024年3月

腾讯研究院发布的《工业大模型应用报告》,主要分析了大模型在工业智能化发展中的应用现状、机遇、挑战及未来展望,不论是以后离开学校工作还是留在学校科研,都值得一看以指导工作和研究方向。 大模型为工业智能化发展带来新机遇 大模型与小模型在工业领域的分布态势 工业大模型的构建模式 大模型在工业全链条的应用 工业大模型的挑战与展望

2024-08-12

GitHub上传方法.docx

详细介绍如何上传GitHub项目! 1. 先到github 个人网页上建立新的 2. 进入要上传的文件夹内,右键,选择 Git Bash Here 然后,出现如下界面。输入: git clone [刚才建立的新网址] 3. 这个时候,就建立本地 git 链接文件了(红框标记),这个文件可以理解为github与本地链接点。然后把所有要上传的文件拖进去。

2020-07-26

synset_words.txt

最新最权威synset_words.txt,可用于OpenCV dnn模块caffe模型对图片进行分类,识别,做迁移学习,强化学习使用的标签参考。 放在与classification_demo.m同一个文件夹下。

2018-05-25

bvlc_reference_caffenet.caffemodel

bvlc_reference_caffenet.caffemodel 是 matlab 调用 caffe 时需要的 model 文件。放到caffe-master\models\bvlc_reference_caffenet文件夹下。

2018-05-25

去雾算法 dehazing 最新顶级会议和期刊论文打包下载(08-14年)

本文档涵盖了去雾算法在2008-2014年间的顶级论文,这些论文包括在17、18年顶级期刊和会议(CVPR,ECCV,ICCV)上的论文。本文档没有包含何凯明的DCP和导向滤波器论文。这两篇论文在网上比较好下载。

2018-03-19

去雾算法 dehazing 最新顶级会议和期刊论文打包下载(15-16年)

本文档涵盖了去雾算法在 2015-2016 年间顶级论文,这些论文包括在15、16年顶级期刊和会议(CVPR,ECCV,ICCV)上的论文。

2018-03-19

去雾算法 dehazing 最新顶级会议和期刊论文打包下载(17-18年)

本文档涵盖了2017-2018(3月之前)几乎全部的顶级论文,这些论文包括在17、18年顶级期刊和会议(CVPR,ECCV,ICCV)上的论文,也有许多是最新提出的基于深度学习模型的去雾算法,在arXiv上共享但还未发表。

2018-03-19

宽度学习 Broad Learning System MATLAB代码(2):NORB实践

陈俊龙教授团队“Broad Learning System: An Effective and Efficient Incremental Learning System Without the Need for Deep Architecture”的中文综述,原文将在IEEE Transactions on Neural Networks and Learning Systems, Vol. 29, Issue 1, 2018

2018-03-19

A Probabilistic Collaborative Representation based Approach for

本资源是 2016 CVPR 文章的代码. 文章原文题目是: A Probabilistic Collaborative Representation based Approach for Pattern Classification

2018-01-11

17CVPR_CODE_Learning Dynamic Guidance for Depth Image Enhancement

17CVPR_CODE_Learning Dynamic Guidance for Depth Image Enhancement 17 cvpr 代码

2018-01-11

SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <1MB .pdf

Recent research on deep convolutional neural networks (CNNs) has focused primarily on improving accuracy. For a given accuracy level, it is typically possible to identify multiple CNN architectures that achieve that accuracy level. With equivalent accuracy, smaller CNN architectures offer at least three advantages: (1) Smaller CNNs require less communication across servers during distributed training. (2) Smaller CNNs require less bandwidth to export a new model from the cloud to an autonomous car. (3) Smaller CNNs are more feasible to deploy on FPGAs and other hardware with limited memory.

2017-12-20

基于小波变换的图像增强算法.pdf

结合小波变换中相关系数理论,提出了一种基于小波变换的图像增强算法,该算法先区分小波域中由细节及噪声产生的高频系数,对由细节产生的信息进行增强,对噪声进行抑制·解决了通常算法中增强细节信号的同时也放大了噪声这个问题·实验表明,该算法在得到很好的图像增强的同时,能很好地抑制噪声,对于多噪声环境下的弱细节信号能达到很好的增强效果·

2014-07-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除