About
Welcome to my profile! I'm an ambitious AI & AR/VR, LLM professional…
Articles by Ankit
Activity
20K followers
Experience & Education
Publications
-
Tartan: A retrieval-based socialbot powered by a dynamic finite-state machine architecture
2nd Proceedings of Alexa Prize (Alexa Prize 2018)
This paper describes the Tartan conversational agent built for the 2018 Alexa Prize Competition. Tartan is a non-goal-oriented socialbot focused around providing users with an engaging and fluent casual conversation. Tartan's key features include an emphasis on structured conversation based on flexible finite-state models and an approach focused on understanding and using conversational acts. To provide engaging conversations, Tartan blends script-like yet dynamic responses with data-based…
This paper describes the Tartan conversational agent built for the 2018 Alexa Prize Competition. Tartan is a non-goal-oriented socialbot focused around providing users with an engaging and fluent casual conversation. Tartan's key features include an emphasis on structured conversation based on flexible finite-state models and an approach focused on understanding and using conversational acts. To provide engaging conversations, Tartan blends script-like yet dynamic responses with data-based generative and retrieval models. Unique to Tartan is that our dialog manager is modeled as a dynamic Finite State Machine. To our knowledge, no other conversational agent implementation has followed this specific structure.
Other authorsSee publication -
NELS-Never-Ending Learner of Sounds
Neural Information Processing Systems (NIPS 2017) Workshop
Sounds are essential to how humans perceive and interact with the world. These sounds are captured in recordings and shared on the Internet on a minute-by-minute basis. These recordings, which are predominantly videos, constitute the largest archive of sounds we’ve ever seen. However, most of these recordings have undescribed content making necessary methods for automatic audio content analysis, indexing, and retrieval. These methods have to address multiple challenges, such as the relation…
Sounds are essential to how humans perceive and interact with the world. These sounds are captured in recordings and shared on the Internet on a minute-by-minute basis. These recordings, which are predominantly videos, constitute the largest archive of sounds we’ve ever seen. However, most of these recordings have undescribed content making necessary methods for automatic audio content analysis, indexing, and retrieval. These methods have to address multiple challenges, such as the relation between sounds and language, numerous and diverse sound classes, and large-scale evaluation. We propose a system that continuously learns from the web relations between sounds and language, improves sound recognition models over time and evaluates its learning competency in the large-scale without references. We introduce the Never-Ending Learner of Sounds (NELS), a project for continuously learning of sounds and their associated knowledge, available online in nels.cs.cmu.edu.
Other authorsSee publication -
Content-based Representations of audio using Siamese neural networks
International Conference on Acoustics, Speech, and Signal Processing 2018.
See publicationIn this paper, we focus on the problem of content-based retrieval for audio, which aims to retrieve all semantically similar audio recordings for a given audio clip query. We propose a novel approach which encodes the audio into a vector representation using Siamese Neural Networks. The goal is to obtain an encoding similar for files belonging to the same audio class, thus allowing retrieval of semantically similar audio. We used two similarity measures, Cosine similarity and Euclidean…
In this paper, we focus on the problem of content-based retrieval for audio, which aims to retrieve all semantically similar audio recordings for a given audio clip query. We propose a novel approach which encodes the audio into a vector representation using Siamese Neural Networks. The goal is to obtain an encoding similar for files belonging to the same audio class, thus allowing retrieval of semantically similar audio. We used two similarity measures, Cosine similarity and Euclidean distance, to show that our method is effective in retrieving files similar in audio content. Our results indicate that our neural network-based approach is able to retrieve files similar in content and semantics.
-
Framework for evaluation of sound event detection in web videos
International Conference on Acoustics, Speech, and Signal Processing 2018.
The largest source of sound events is web videos. Most videos lack sound event labels at segment level, however, a significant number of them do respond to text queries, from a match found to their metadata by the search engine. In this paper we explore the extent to which a search query could be used as the true label for the presence of sound events in the videos. For this, we developed a framework for large-scale sound event recognition on web videos. The framework crawls videos using search…
The largest source of sound events is web videos. Most videos lack sound event labels at segment level, however, a significant number of them do respond to text queries, from a match found to their metadata by the search engine. In this paper we explore the extent to which a search query could be used as the true label for the presence of sound events in the videos. For this, we developed a framework for large-scale sound event recognition on web videos. The framework crawls videos using search queries corresponding to 78 sound event labels drawn from three datasets. The datasets are used to train three classifiers, which were then run on 3.7 million video segments. We evaluated performance using the search query as the true label and compare it (on a subset) with human labeling. Both types exhibited close performance, to within 10%, and similar performance trends as the number of evaluated segments increased. Hence, our experiments show potential for using search query as a preliminary true label for sound events in web videos.
Other authorsSee publication -
DCASE 2017 Challenge Setup: tasks, datasets and baseline system
Detection and Classification of Acoustic Scenes and Events 2017 (DCASE 2017)
DCASE 2017 Challenge consists of four tasks: acoustic scene classification, detection of rare sound events, sound event detection in real-life audio, and large-scale weakly supervised sound event detection for smart cars. This paper presents the setup of these tasks: task definition, dataset, experimental setup, and baseline system results on the development dataset. The baseline systems for all tasks rely on the same implementation using multilayer perceptron and log mel-energies, but differ…
DCASE 2017 Challenge consists of four tasks: acoustic scene classification, detection of rare sound events, sound event detection in real-life audio, and large-scale weakly supervised sound event detection for smart cars. This paper presents the setup of these tasks: task definition, dataset, experimental setup, and baseline system results on the development dataset. The baseline systems for all tasks rely on the same implementation using multilayer perceptron and log mel-energies, but differ in the structure of the output layer and the decision making process, as well as the evaluation of system output using task specific metrics.
Github Code: - https://github.com/ankitshah009/Task-4-Large-scale-weakly-supervised-sound-event-detection-for-smart-cars
Challenge Website - http://www.cs.tut.fi/sgn/arg/dcase2017/challenge/
Challenge Results -
Task 1 Results :- http://www.cs.tut.fi/sgn/arg/dcase2017/challenge/task-acoustic-scene-classification-results
Task 2 Results :- http://www.cs.tut.fi/sgn/arg/dcase2017/challenge/task-rare-sound-event-detection-results
Task 3 Results :- http://www.cs.tut.fi/sgn/arg/dcase2017/challenge/task-sound-event-detection-in-real-life-audio-results
Task 4 Results :- http://www.cs.tut.fi/sgn/arg/dcase2017/challenge/task-large-scale-sound-event-detection-resultsOther authorsSee publication -
Repeatability and Scalibility of Code at Top level Verification
Regional Engineering Conference 2016
-
Experiments on the DCASE Challenge 2016: Acoustic Scene Classification and Sound Event Detection in Real Life Recording
Detection and Classification of Acoustic Scenes and Events 2016 (DCASE 2016)
In this paper we present our work on Task 1 Acoustic Scene Classi- fication and Task 3 Sound Event Detection in Real Life Recordings. Among our experiments we have low-level and high-level features, classifier optimization and other heuristics specific to each task. Our performance for both tasks improved the baseline from DCASE: for Task 1 we achieved an overall accuracy of 78.9% compared to the baseline of 72.6% and for Task 3 we achieved a Segment-Based Error Rate of 0.76 compared to the…
In this paper we present our work on Task 1 Acoustic Scene Classi- fication and Task 3 Sound Event Detection in Real Life Recordings. Among our experiments we have low-level and high-level features, classifier optimization and other heuristics specific to each task. Our performance for both tasks improved the baseline from DCASE: for Task 1 we achieved an overall accuracy of 78.9% compared to the baseline of 72.6% and for Task 3 we achieved a Segment-Based Error Rate of 0.76 compared to the baseline of 0.91.
Other authorsSee publication -
An Approach for Self-Training Audio Event Detectors Using Web Data
25th European Signal Processing Conference (EUSIPCO), 2017
Audio Event Detection (AED) aims to recognize sounds within audio and video recordings. AED employs machine learning algorithms commonly trained and tested on annotated datasets. However, available datasets are limited in number of samples and hence it is difficult to model acoustic diversity. Therefore, we propose combining labeled audio from a dataset and unlabeled audio from the web to improve the sound models. The audio event detectors are trained on the labeled audio and ran on the…
Audio Event Detection (AED) aims to recognize sounds within audio and video recordings. AED employs machine learning algorithms commonly trained and tested on annotated datasets. However, available datasets are limited in number of samples and hence it is difficult to model acoustic diversity. Therefore, we propose combining labeled audio from a dataset and unlabeled audio from the web to improve the sound models. The audio event detectors are trained on the labeled audio and ran on the unlabeled audio downloaded from YouTube. Whenever the detectors recognized any of the known sounds with high confidence, the unlabeled audio was use to re-train the detectors. The performance of the re-trained detectors is compared to the one from the original detectors using the annotated test set. Results showed an improvement of the AED, and uncovered challenges of using web audio from videos.
Other authorsSee publication -
Pipelined Implementation of High Radix Adaptive CORDIC as a coprocessor
IEEE
We designed a pipeline implementation of high radix adaptive CORDIC to accelerate the computation of mathematical operations like trignometric, hyperbolic and square root. These functions are commonly used in DSP computations.
The source code is available at:
https://github.com/ankitshah009/High-Radix-Adaptive-CORDICOther authorsSee publication
Honors & Awards
-
NYC Generative AI Hackathon - First Prize
-
Presented a project on FactGPT - A fact based verifier for text output from any Generative AI model
https://twitter.com/ashah0052/status/1650582208393121792
https://lti.cmu.edu/news-and-events/news/2024-12-14-lti-student-wins-nyc-ai-hackathon.html -
Meta Ph.D. fellowship 2022 - Finalist
-
Didn't receive the Ph.D. fellowship for 2022 - https://research.facebook.com/blog/2022/2/announcing-the-recipients-of-the-2022-meta-phd-research-fellowship/
Rejected from a total of 10 fellowship opportunities in 2 years (2021 and 2022). -
Reviewer at DCASE 2019
DCASE 2019
-
Reviewer at ICMI 2019
21st ACM International Conference on Multimodal Interaction (ICMI 2019)
A reviewer of 3 papers at ICMI 2019 conference.
-
Secure and Private AI Scholarship Challenge from Facebook - Udacity
-
Recipient of Secure and Private AI Scholarship Challenge from Facebook.
Selected amongst the 5000 recipients for the Scholarship -
Facebook AI Residency Finalist
-
Facebook AI Residency program for 2019 - Selected as a Finalist applicant.
Received another job opportunity at the time. -
Microsoft AI Residency Finalist
-
Selected in the final 30 out of approximately 2950 applicants to Microsoft's AI Residency program.
Received another full time role in the industry at the time of the application. -
Scholarships - Coursera
Coursera
-
Reviewer at ICASSP 2019
-
-
Reviewer at LTI SRS (Student Research Symposium 2018)
-
Reviewed several research papers submission at Language Technologies Student Research Symposium 2018.
-
Reviewer at DCASE 2018
-
Providing reviews for DCASE 2018 challenge for Task 4.
DCASE2018 Challenge is an official IEEE Audio and Acoustic Signal Processing (AASP) challenge. -
Udacity - Introduction to Self Driving Cars Scholarship
Udacity sponsored by Lyft
Recipient of Udacity - Introduction to Self Driving Cars Scholarship
1/450 recipients worldwide.
Rejected 4 times prior to the 5th selection attempt. -
CMU GSA Travel Grant Funding
Carnegie Mellon University Graduate Student Assembly
Received CMU GSA Travel Grant Funding to present papers at International Conference on Acoustics, Speech, and Signal Processing (ICASSP) 2018.
-
Reviewer at DCASE 2017
-
Reviewer for DCASE 2017 workshop and challenge and provided reviews for 8 submissions.
DCASE2017 Challenge is an official IEEE Audio and Acoustic Signal Processing (AASP) challenge. -
Competent Leader
Toastmasters International
Recognized as a Competent Leader for exceptional achievements in the Toastmasters International Program.
Organized several events as part of the Toastmasters International Club at ARM.
-
R D Sethna Educational Loan Scholarship
R D Sethna
Received educational loan scholarship at minimal rate of interest from R D Sethna Educational Trust to pursue higher education at CMU.
-
Competent Communicator
Toastmasters International
Recognized as a Competent Communicator for exceptional achievements in the Toastmasters International Communication Program
-
Lotus Education Trust Scholarship
-
Received loan scholarship from Lotus Education trust to pursue higher education at Carnegie Mellon University.
-
Bravo Award
Malay Vyas
Recipient of Bravo Award for flawless delivery and execution of tasks assigned with significant impact across a broad spectrum at ARM.
-
Gandhian Young Technological Innovation Award - 2017
Festival of Innovation, Rashtrapati Bhavan, New Delhi
Awarded the prestigious Gandhian Young Technological Innovation Award 2017 (GYTI) for project titled 'Never Ending Learning of Sound', selected among 39 projects out of a total of 2915 entries.
-
Selected Presentation talk for DCASE 2016
-
Selected for Presentation talk in DCASE 2016 challenge for Task 1 and Task 3. [~1/77]
-
Winner of ARM wearable design challenge - Junior Academy
Global STEM alliance
Mentored a team in the Global STEM alliance challenge based on wearable technology.
Our team AquaVitae devised a water filtration solution in form of a wearable bottle aimed at providing access to clean and safe drinking water.
Prototype wearable includes a stainless steel sink filter, an activated carbon pack, and a cheap canvas cotton cloth with MultiWalled Carbon nanotubes embedded with silver nano particles, which allow the cloth to conduct with a 50 nano ampere current, to get rid…Mentored a team in the Global STEM alliance challenge based on wearable technology.
Our team AquaVitae devised a water filtration solution in form of a wearable bottle aimed at providing access to clean and safe drinking water.
Prototype wearable includes a stainless steel sink filter, an activated carbon pack, and a cheap canvas cotton cloth with MultiWalled Carbon nanotubes embedded with silver nano particles, which allow the cloth to conduct with a 50 nano ampere current, to get rid of common pathogens. This filter also includes a TDS (Total Dissolved Solids) meter to inform the user of the purity of the filtered water and the backpack includes a GPS unit capable of data logging and mapping the water quality.
We are declared as winners of the challenge during the Global STEM alliance summit 2016. -
Bravo Award
ARM - Malay Vyas, Director of Engineering, SSG Bangalore
Received Bravo award for excellent support towards key system releases by developing test cases for an inhouse tool.
Test cases were able to uncover multiple RTL bugs, thereby helped to enhance RTL with necessary fixes. -
IEEE MGA SAC Student Enterprise Award, Region 10 2014
IEEE
Received the award for "Mapping Greenhouse gases using Wireless Sensor Networks" Project (CAS, IEEE NITK, Student Chapter)
-
IEEE MGA SAC Student Enterprise Award, Region 10 2013
IEEE
Received the award for the Quadcopter Project (CAS, IEEE NITK, Student Chapter)
-
Rejection list
-
List of opportunities I have been rejected from in the final round of application: -
1. CMU Swartz Fellows Program
2. Microsoft AI Residency Program
3. IBM AI Residency Program
4. Uber AI Residency Program -
Gold Medal All India Shotokan Championship 2004
World Traditional Shotokan Karate Federation
Winner of All India Shotokan Championship - 2004.
Recommendations received
7 people have recommended Ankit
Join now to viewOther similar profiles
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top content