369IT编程
  •  首页
  •  教程
  •  IT编程
  •  国外技术
  •  登录
  1. 标签
  2. 论文
  • Ultra Fast Structure-aware Deep Lane Detection论文解读

    这是一篇ECCV2020的文章 文章:https:arxivabs2004.11757 代码:GitHub - cfzdUltra-Fast-Lane-Detection: Ultr
    论文StructureFastUltraAware
    admin8月前
    940
  • Colmap论文——《Structure-from-Motion Revisited》论文阅读笔记

    最近又将Colmap论文翻出来仔细阅读总结了一下,于是顺便写个博客记录一下。Structure-from-Motion Revisited是当前SOTA的增量式SfM算法Colmap的论文,发表于2016年计算机视觉顶会CVPR。它是增量式
    论文笔记colmapStructureRevisited
    admin8月前
    900
  • Finding Time in Structure 论文精读 RNN模型的雏形

    说明:本文是自己阅读Finding Structure in Time期间,查找完整论文的讲解很少,于是自己打算将自己的理解整理下来。 文中的图片均来自论文Finding Structure in Time。 ABS 与我读过的其他摘要
    雏形模型论文TimeFinding
    admin8月前
    840
  • 论文那些事—Enhancing the Transferability of Adversarial Attacks through Variance Tuning

    Enhancing the Transferability of Adversarial Attacks through Variance Tuning(CVPR2021) 原文链接https:
    论文TransferabilityEnhancingAdversarialVariance
    admin8月前
    880
  • 论文笔记:Human-level control through deep reinforcement learning

    Human-level control through deep reinforcement learning 论文链接:https:courses.cs.washington.educoursescse571
    笔记论文humanLevellearning
    admin8月前
    1030
  • 深度学习论文: Data-Free Quantization Through Weight Equalization and Bias Correction及其PyTorch实现

    Data-Free Quantization Through Weight Equalization and Bias Correction PDF:https:openaccess.thecvfcontent_ICCV_2019p
    深度论文FreeDATAQuantization
    admin8月前
    980
  • 论文阅读——LSQ+: Improving low-bit quantization through learnable offsets and better initialization

    LSQ: Improving low-bit quantization through learnable offsets and betterinitializationfrom Qualcomm AI Research | Seou
    论文ImprovingLSQbitinitialization
    admin8月前
    1010
  • 论文阅读 [TPAMI-2022] Meta-Transfer Learning Through Hard Tasks

    论文阅读 [TPAMI-2022] Meta-Transfer Learning Through Hard Tasks 论文搜索(studyai) 搜索论文: Meta-Transfer Learning Through Hard Ta
    论文TPAMIMetaTaskshard
    admin8月前
    630
  • [论文阅读] (09)S&P2019 HOLMES Real-time APT Detection through Correlation of Suspicious Information Flow

    《娜璋带你读论文》系列主要是督促自己阅读优秀论文及听取学术讲座,并分享给大家,希望您喜欢。由于作者的英文水平和学术能力不高,需要不断提升,所以还请大家批
    论文HOLMESRealTimeamp
    admin8月前
    1190
  • 【论文阅读】Optimal Auctions Through Deep Learning

    【论文阅读】Optimal Auctions Through Deep Learning0 背景调研本文发表在 PMLR-2019 中,目前被引次数为 155 次(谷歌学术&#xff09
    论文OptimalAuctionsdeeplearning
    admin8月前
    760
  • 论文复现:Learning Efficient Convolutional Networks through Network Slimming

    论文核心 论文提出了一种结构化剪枝策略,剪枝对象为 channel ,对 channel 重要性的评价标准使用的是 Batch Normalization 层中的缩放因子,这不会给网络带来额外的开销。 论文细节品读 带 L 1 L1 L
    论文EfficientlearningConvolutionalNetwork
    admin8月前
    1100
  • 【论文阅读】DeiT | Training data-efficient image transformers & distillation through attention

    本文主要对Facebook最近提出来的DeiT模型进行阅读分析。一、动机:DeiT解决什么问题? 现有的基于Transformer的分类模型ViT需要在海量数据上(JF
    论文TrainingDATAEfficientDeiT
    admin8月前
    960
  • 论文解读 | 百度 ERNIE: Enhanced Representation through Knowledge Integration

    作 者:王 琴 单 位:燕山大学 摘要 本文受Bert mask策略的启发,提出一种新的语言表示模型,称为ERNIE(Enhanced Representation through Knowledge Integration).ERN
    论文ERNIEEnhancedintegrationKnowledge
    admin8月前
    910
  • Empowering Low-Light Image Enhancer through Customized Learnable Priors 论文阅读笔记

    中科大、西安交大、南开大学发表在ICCV2023的论文,作者里有李重仪老师和中科大的Jie Huang(ECCV2022的FEC CVPR2022的ENC和CVPR2023的ERL的一作&
    笔记论文ImageLightEmpowering
    admin8月前
    800
  • 【论文精读】Semi-supervised Medical Image Segmentation through Dual-task Consistency

    语义分割论文 CVPR 2021 基于双任务一致性的半监督医学图像分割代码: GitHub - HiLab-gitDTC: Semi-supervised Medical Image Segmentation t
    论文SupervisedMedicalImageSemi
    admin8月前
    810
  • 论文阅读:Automated Website Fingerprinting through Deep Learning

    论文github:Website Fingerprinting through Deep Learning (distrinet-research.be) 数据dataset:GitHub - jmhIcodingDLWF: Sourc
    论文AutomatedWebsitelearningdeep
    admin8月前
    870
  • 论文理解【RL经典】 —— 【DQN】Human-level control through deep reinforcement learning

    标题:Human-level control through deep reinforcement learning文章链接:Human-level control through deep re
    经典论文DQNhumanRL
    admin8月前
    930
  • NLP之LLMs之T5:T5FLAN-T5【Fine-tuned Language Net with T5】的简介(包括论文解读)、安装和使用方法、案例应用之详细攻略

    NLP之LLMs之T5:T5FLAN-T5【Fine-tuned Language Net with T5】的简介(包括论文解读)、安装和使用方法、案例应用之详细攻略 目录 T5的简介 1、已发布的模型检查点
    使用方法案例攻略简介论文
    admin8月前
    1010
  • Paper之KE之CIKM&IEEE-TKDE:Knowledge Engineering知识工程领域高水平论文翻译及其解读

    Paper之KE之CIKM&IEEE-TKDE:Knowledge Engineering知识工程领域高水平论文翻译及其解读 目录 Knowledge Engineering知识工程领域高水平论文相关会议 IEEE-TK
    领域知识工程论文CIKM
    admin8月前
    670
  • Paper:2020.02.09钟南山团队首篇新冠病毒论文《Clinical characteristics of 2019 novel coronavirus infection in China》

    Paper:2020.02.09钟南山团队首篇新冠病毒论文《Clinical characteristics of 2019 novel coronavirus infection in China》翻译并解读 导读&
    南山团队病毒论文首篇新冠
    admin8月前
    640
  • «
  • 1 ...
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • ...23
  • »
CopyRight © 2022 All Rights Reserved
Processed: 0.027, SQL: 9