Biomedical Named Entity Recognition at Scale

Named entity recognition (NER) is a widely applicable natural language processing task and building block of question answering, topic modeling, information retrieval, etc. In the medical domain, NER plays a crucial role by extracting meaningful chunks from clinical notes and reports, which are then fed to downstream tasks like assertion status detection, entity resolution, relation extraction, and de-identification… Reimplementing a Bi-LSTM-CNN-Char deep learning architecture on top of Apache Spark, we present a single trainable NER model that obtains new state-of-the-art […]

Read more

Gaussian RAM: Lightweight Image Classification via Stochastic Retina-Inspired Glimpse and Reinforcement Learning

Previous studies on image classification have mainly focused on the performance of the networks, not on real-time operation or model compression. We propose a Gaussian Deep Recurrent visual Attention Model (GDRAM)- a reinforcement learning based lightweight deep neural network for large scale image classification that outperforms the conventional CNN (Convolutional Neural Network) which uses the entire image as input… Highly inspired by the biological visual recognition process, our model mimics the stochastic location of the retina with Gaussian distribution. We […]

Read more

RIFE: Real-Time Intermediate Flow Estimation for Video Frame Interpolation

We propose a real-time intermediate flow estimation algorithm (RIFE) for video frame interpolation (VFI). Most existing methods first estimate the bi-directional optical flows, and then linearly combine them to approximate intermediate flows, leading to artifacts around motion boundaries… We design an intermediate flow model named IFNet that can directly estimate the intermediate flows from coarse to fine. We then warp the input frames according to the estimated intermediate flows and employ a fusion process to compute final results. Based on […]

Read more

Same Object, Different Grasps: Data and Semantic Knowledge for Task-Oriented Grasping

Despite the enormous progress and generalization in robotic grasping in recent years, existing methods have yet to scale and generalize task-oriented grasping to the same extent. This is largely due to the scale of the datasets both in terms of the number of objects and tasks studied… We address these concerns with the TaskGrasp dataset which is more diverse both in terms of objects and tasks, and an order of magnitude larger than previous datasets. The dataset contains 250K task-oriented […]

Read more

Fine-Grained Sentiment Analysis of Smartphone Review

How to conduct fine-grained sentiment analysis: Approaches and Tools Data collection and preparation. For data collection, we scraped the top 100 smartphone reviews from Amazon using python, selenium, and beautifulsoup library. If you don’t know how to use python and beautifulsoup and request a library for web-scraping here is a quick tutorial. Selenium Python bindings provide a simple API to write functional/acceptance tests using Selenium WebDriver. Let’s begin coding    

Read more

Hugging Face – 🤗Hugging Face Newsletter Issue #1 – Aug 20th 2020

News 🤗Welcome to the Hugging Face Newsletter! 🤗 Every few weeks, we’ll be updating you on the latest happenings at Hugging Face. Make sure to subscribe and share with all NLP lovers to get the latest updates on releases, readings, research, and more! Have an idea for the newsletter? Email newsletter@huggingface.co 🚀 Model Hub Highlights 🚀 Open-Source Machine TranslationDid you know that you can translate between many languages with open-source 🤗 Transformers and great models    

Read more

Hugging Face – 🤗Hugging Face Newsletter Issue #2 – Sep 11th 2020

News Transformers gets a new release: v3.1.0 This new version is the first PyPI release to feature: The PEGASUS models, the current State-of-the-Art in summarization DPR, for open-domain Q&A research mBART, a multilingual encoder-decoder model trained using the BART objective Alongside the three new models, we are also releasing a long-awaited feature: “named outputs”. By passing return_dict=True, model outputs can now be accessed as named values as well as by    

Read more

Hugging Face – 🤗Hugging Face Newsletter Issue #3 – Oct 9th 2020

News 📣 Inference API: Pricing Announcement 📣 We’ve just launched our Inference API beta which lets you run fast inference on any of the 3,000+ models made available by the community. It is an optimized and accelerated version of the open-access API that powers our free inference widgets, available on all of our model pages. ➡️ To subscribe, you will need to create or join an organization and head over to

Read more

Hugging Face – 🤗Newsletter Issue #4 – Nov 12th 2020

News Transformers v3.5.0 Model VersioningThe new release of transformers brings a complete rehaul of the weights sharing system, introducing a brand new feature: model versioning, based on the git versioning system and git-lfs, a git-based system for large files. This version introduces the concept of revisions, allowing weights to be accessed with a given identifier: a tag, branch or commit hash identifier. This is accompanied by a rework of the model hub files user interface, showcasing the    

Read more

A Bayesian Nonparametric model for textural pattern heterogeneity

Cancer radiomics is an emerging discipline promising to elucidate lesion phenotypes and tumor heterogeneity through patterns of enhancement, texture, morphology, and shape. The prevailing technique for image texture analysis relies on the construction and synthesis of Gray-Level Co-occurrence Matrices (GLCM)… Practice currently reduces the structured count data of a GLCM to reductive and redundant summary statistics for which analysis requires variable selection and multiple comparisons for each application, thus limiting reproducibility. In this article, we develop a Bayesian multivariate probabilistic […]

Read more
1 671 672 673 674 675 861