
Notes - Grounded SAM
What is Grounded SAM? The Grounded SAM paper introduces a novel approach to open-set segmentation by combining two powerful pre-trained models...
A collection of 9 posts tagged with "papers".
What is Grounded SAM? The Grounded SAM paper introduces a novel approach to open-set segmentation by combining two powerful pre-trained models...
Can LLMs actually reason, or are they just “probabilistic pattern matchers”? This paper attempts to answer that question.
Here is a short compilation of bullet points gathered while reading the paper "Retrieval-Augmented Generation for Large Language Models: A Survey".
The main motivation behind YOLOX was to update the YOLO series with the recent advancements at the time, particularly anchor-free detection.
This is a short review of the paper titled "Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics" by Kendall et al, 2018.
Authors propose a new framework of loss functions, motivated by the Taylor series expansion of commonly used functions like cross entropy.
Natural language processing (NLP) is a branch of science sitting at the intersection of computer science, artificial intelligence, and computational linguistics.
EfficientNet tries to come up with a smart heuristic to scale a CNN, relating resolution, width, and depth of a CNN.
Semantic segmentation involves partitioning/marking regions in the image belonging to different objects/classes. This short article summarises DeepLab V3+...