<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>DSpace Collection:</title>
  <link rel="alternate" href="https://dspace.iiti.ac.in:8080/jspui/handle/123456789/9658" />
  <subtitle />
  <id>https://dspace.iiti.ac.in:8080/jspui/handle/123456789/9658</id>
  <updated>2026-05-12T09:27:44Z</updated>
  <dc:date>2026-05-12T09:27:44Z</dc:date>
  <entry>
    <title>Design of CNN for multi-class classification of videos and images</title>
    <link rel="alternate" href="https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10411" />
    <author>
      <name>Katewa, Vinesh</name>
    </author>
    <author>
      <name>Roopraj, B S</name>
    </author>
    <author>
      <name>Jain, Naman</name>
    </author>
    <author>
      <name>Tiwari, Aruna [Guide]</name>
    </author>
    <id>https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10411</id>
    <updated>2025-05-30T06:38:08Z</updated>
    <published>2022-05-26T00:00:00Z</published>
    <summary type="text">Title: Design of CNN for multi-class classification of videos and images
Authors: Katewa, Vinesh; Roopraj, B S; Jain, Naman; Tiwari, Aruna [Guide]
Abstract: Classification of images and action in a video are a very challenging task requiring high&#xD;
computation resources. Image classification in itself is a complex task where multiple&#xD;
convolution and pooling layers extract features from the images and these features go&#xD;
through a set of fully connected layers that classify the features extracted into different classes, this task becomes even more complex and resource heavy with the addition of&#xD;
another dimension i.e. time for video classification problems. Models like VGG, ResNet&#xD;
and NASNetLarge are one of the go-to models for image classification as they provide&#xD;
great results with the complexity of the model that they bring. Using the ResNet and&#xD;
NASNetLarge we proposed a new model for image classification that takes the best from&#xD;
ResNet and NASNetLarge structure, the proposed model is essentially a ResNet50 model&#xD;
with better feature extraction capability from NASNetLarge.&#xD;
For the task of Video classification we went through a number of models and their&#xD;
combination with each other, SlowFast network is a model that performs 3D convolution&#xD;
on the video frames with different frame rates and combines them to get the class&#xD;
of the input. SlowFast uses ResNet50 model as it’s base so we simply used the&#xD;
Modified architecture from image classification here. Another model that we reviewed&#xD;
was VideoCapsuleNet and U-Net, combined these models as well to create a better&#xD;
video classification model. Finally, a SlowFast model implemented in PyTorch with&#xD;
modification from U-Net.</summary>
    <dc:date>2022-05-26T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Boolean satisfiability</title>
    <link rel="alternate" href="https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10410" />
    <author>
      <name>Bellamkonda, Rohith</name>
    </author>
    <author>
      <name>Chaudhari, Narendra S [Guide]</name>
    </author>
    <id>https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10410</id>
    <updated>2025-05-30T06:38:08Z</updated>
    <published>2022-05-26T00:00:00Z</published>
    <summary type="text">Title: Boolean satisfiability
Authors: Bellamkonda, Rohith; Chaudhari, Narendra S [Guide]
Abstract: I have tried to implement an SAT solver using the Davis–Putnam–Logemann– Loveland (DPLL) algorithm. The DPLL algorithm consists of three stages, Unit Propagation, Pure literal Elimination and backtracking by choosing a literal which occurs most frequently in all the clauses combined. I used ReactJS to make the user Interface for inputting the clauses and the internal code takes the input and performs the unit propagation, pure literal Elimination and backtracking and provides the output stating whether the given Boolean formula in conjunctive normal form is satisfiable (there exists a result of true for various combination of Boolean values) or unsatisfiable (when various combination of Boolean values of the given literal fails to provide a true value as a result)</summary>
    <dc:date>2022-05-26T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Optimizing operations involved in cell architecture</title>
    <link rel="alternate" href="https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10409" />
    <author>
      <name>Nikam, Rohit</name>
    </author>
    <author>
      <name>Ahuja, Kapil [Guide]</name>
    </author>
    <author>
      <name>Sharma, Rohit [Guide]</name>
    </author>
    <id>https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10409</id>
    <updated>2025-05-30T06:38:08Z</updated>
    <published>2022-05-25T00:00:00Z</published>
    <summary type="text">Title: Optimizing operations involved in cell architecture
Authors: Nikam, Rohit; Ahuja, Kapil [Guide]; Sharma, Rohit [Guide]
Abstract: Teams use inbuilt-monitors to cut tickets whenever their service metrics are breaching thresholds. There &#xD;
are separate alarms for each service metric for each cell. Whenever there is a regional issue (like an AWS &#xD;
LSE (Large Scale Event)), teams get a lot of tickets for their cell services having the same root-cause.&#xD;
Whenever there is a regional issue (like an AWS LSE (Large Scale Events)), teams get a multiple of tickets &#xD;
for their services with the same root-cause. This causes two problems:&#xD;
1. During LSEs, it can lead to a lot of noise in the ticket queue and make focusing difficult for the on call.&#xD;
2. All these tickets have to be closed manually. It is also possible to miss some tickets.&#xD;
We need to reduce the number of tickets corresponding to the same issue. As the number of silos per region &#xD;
increases, this will become more important.&#xD;
De-duping solutions should ideally have all these properties&#xD;
1. We should reduce ticket count as much as possible&#xD;
2. We should have one root cause per ticket&#xD;
3. Implementation should be purely in terms of Carnaval (we’ll avoid introducing DJS jobs/services/etc. to &#xD;
avoid new points of failure)</summary>
    <dc:date>2022-05-25T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Analysing emerging algorithms in multi-agent reinforcement learning</title>
    <link rel="alternate" href="https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10408" />
    <author>
      <name>Gutgutia, Yash Vardhan</name>
    </author>
    <author>
      <name>Ahuja, Kapil [Guide]</name>
    </author>
    <id>https://dspace.iiti.ac.in:8080/jspui/handle/123456789/10408</id>
    <updated>2025-05-30T06:38:08Z</updated>
    <published>2022-05-25T00:00:00Z</published>
    <summary type="text">Title: Analysing emerging algorithms in multi-agent reinforcement learning
Authors: Gutgutia, Yash Vardhan; Ahuja, Kapil [Guide]
Abstract: Reinforcement Learning has witnessed significant advancement in solving various decision-making problems in Machine Learning (ML), most of which involve more than one agent. We categorize such problems as multi-agent problems and utilize Multi-Agent Reinforcement Learn ing (MARL) to solve them. In this project, we shall have a look at a family of multi-agent environments (PettingZoo) and analyze two state-of-the-art multi-agent algorithms - Multi-Agent Deep Deterministic Policy Gradient (MADDPG) and Deep Deterministic Policy Gradient (DDPG).&#xD;
We aim to train the agents in these newly developed multi-agent environments under both&#xD;
algorithms. After that, we shall analyze their training curves using appropriate benchmarking techniques and re-establish how MADDPG’s centralized critic plays an essential role in communication/coordination-based agents.</summary>
    <dc:date>2022-05-25T00:00:00Z</dc:date>
  </entry>
</feed>

