这是 PaperDaily 的第29篇文章
[ 自然语言处理 ]
Sockeye: A Toolkit for Neural Machine Translation
@zhangjun 推荐
#Neural Machine Translation
一个开源的产品级神经机器翻译框架,构建在 MXNet 平台上。
论文链接
https://www.paperweekly.site/papers/1374
代码链接
https://github.com/awslabs/sockeye
Multilingual Hierarchical Attention Networks for Document Classification
@miracle 推荐
#Text Classification
本文使用两个神经网络分别建模句子和文档,采用一种自下向上的基于向量的文本表示模型。首先使用 CNN/LSTM 来建模句子表示,接下来使用双向 GRU 模型对句子表示进行编码得到文档表示。
论文链接
https://www.paperweekly.site/papers/1152
代码链接
https://github.com/idiap/mhan
Supervised Learning of Universal Sentence Representations from Natural Language Inference Data
@zxEECS 推荐
#Natural Language Generation
本文来自 Facebook AI Research。本文研究监督句子嵌入,作者研究并对比了几类常见的网络架构(LSTM,GRU,BiLSTM,BiLSTM with self attention 和 Hierachical CNN), 5 类架构具很强的代表性。
论文链接
https://www.paperweekly.site/papers/1332
代码链接
https://github.com/facebookresearch/InferSent
Recurrent Neural Networks for Semantic Instance Segmentation
@paperweekly 推荐
#Recurrent Neural Networks
本项目提出了一个基于 RNN 的语义实例分割模型,为图像中的每个目标顺序地生成一对 mask 及其对应的类概率。该模型是可端对端 + 可训练的,不需要对输出进行任何后处理,因此相比其他依靠 object proposal 的方法更为简单。
论文链接
https://www.paperweekly.site/papers/1355
代码链接
https://github.com/facebookresearch/InferSent
[ 计算机视觉 ]
Deep Image Prior
@AkiyamaYukari 推荐
#Image Style Transfer
本文视角独特,效果不错。作者认为模型可以不通过对于数据集上进行学习和预训练就能实现图像转换任务(如去噪、超分等),仅需调节超参数(如网络训练次数、学习率等)。
论文链接
https://www.paperweekly.site/papers/1295
代码链接
https://github.com/DmitryUlyanov/deep-image-prior
AlignedReID: Surpassing Human-Level Performance in Person Re-Identification
@Molly 推荐
#Person Re-identification
本文来自 Face++,作者引入端到端的方法,让网络自动去学习人体对齐,从而提高性能。除了提取全局特征,同时也对各局部提取局部特征。
论文链接
https://www.paperweekly.site/papers/1242
代码链接
https://github.com/huanghoujing/AlignedReID-Re-Production-Pytorch
When Unsupervised Domain Adaptation Meets Tensor Representations
@jindongwang 推荐
#Domain Adaptation
当传统的基于 vector 的 domain adaptation 应用于 tensor,会发生什么?这个文章发表在 ICCV 2017 上,很有指导意义。
论文链接
https://www.paperweekly.site/papers/1160
代码链接
https://github.com/poppinace/TAISL
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
#Generative Adversarial Networks
本文提出的模型名为 CycleGAN,作者希望在不借助 paired example 情况下,来实现图片的风格转换。
论文链接
https://www.paperweekly.site/papers/807
代码链接
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
[ 机器学习 ]
Structural Deep Network Embedding
@YFLu 推荐
#Representation Learning
SDNE 是清华大学崔鹏老师组发表在 2016KDD 上的一个工作,目前谷歌学术引用量已经达到了 85,是一篇基于深度模型对网络进行嵌入的方法。
SDNE 模型同时利用一阶相似性和二阶相似性学习网络的结构,一阶相似性用作有监督的信息,保留网络的局部结构;二阶相似性用作无监督部分,捕获网络的全局结构,是一种半监督深度模型。
论文链接
https://www.paperweekly.site/papers/1142
代码链接
https://github.com/xiaohan2012/sdne-keras
Deep Spatio-Temporal Residual Networks for Citywide Crowd Flows Prediction
@cornicione 推荐
#Convolutional Neural Network
论文提出一种从宏观预测城市人口的网络 — ST-ResNet,利用 3 个网络分支分别对 3 种时间特性进行建模:时间紧密度,周期,趋势。结合外界因素,对不同地区分配不同的权重,将 3 个分支进行动态融合。
论文链接
https://www.paperweekly.site/papers/1382
代码链接
https://github.com/lucktroy/DeepST
领取专属 10元无门槛券
私享最新 技术干货