<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Sushma Parate on Medium]]></title>
        <description><![CDATA[Stories by Sushma Parate on Medium]]></description>
        <link>https://medium.com/@sushmaparate28?source=rss-214073b90abc------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*ctLBbmlaT2zV8-UA</url>
            <title>Stories by Sushma Parate on Medium</title>
            <link>https://medium.com/@sushmaparate28?source=rss-214073b90abc------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 16 May 2026 18:22:50 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@sushmaparate28/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Supervised Video Summarization Using Deep Learning]]></title>
            <link>https://medium.com/@sushmaparate28/supervised-video-summarization-using-deep-learning-39d023717ebf?source=rss-214073b90abc------2</link>
            <guid isPermaLink="false">https://medium.com/p/39d023717ebf</guid>
            <category><![CDATA[social-media]]></category>
            <category><![CDATA[lstm]]></category>
            <category><![CDATA[bennett-university]]></category>
            <category><![CDATA[deep-learning]]></category>
            <dc:creator><![CDATA[Sushma Parate]]></dc:creator>
            <pubDate>Fri, 19 Jun 2020 08:08:00 GMT</pubDate>
            <atom:updated>2020-06-19T08:08:00.668Z</atom:updated>
            <content:encoded><![CDATA[<p>Video summarization is a challenging problem with great application potential.The problem of supervised video summarization by formulating it as a sequence-to-sequence learning problem, where the input is a sequence of original video frames, the output is a keyshot sequence.</p><p><strong>1.Introduction:</strong></p><p>We propose a novel video summarization framework named Attentive encoder-decoder networks for Video Summarization, in which the encoder uses a Bidirectional Long Short-Term Memory (BiLSTM) to encode the contextual information among the input video frames. As for the decoder, two attention-based LSTM networks.</p><p><strong>2.Related work:</strong></p><p>Our work is a supervised approach. Additionally, since our work applies attention-based LSTM network and LSTM is a special type of RNN, we will further review the existing RNN-based and attention-based video summarization approaches, respectively.</p><p><strong>3.Implementation:</strong></p><p>We propose a framework consisting of two components: an encoder-decoder model and a keyshot selection model. The encoder-decoder part measures the importance of each frame. The key shots selection model helps us to convert frame-level importance scores into shot-level scores and generating summary accounting to the threshold budget which we specify.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/865/1*WOg9ZnvYp_B6Wcrrp5gk1Q.png" /></figure><p><strong>4.Experimental results:</strong></p><p>This results in keyshot-based summary for the video. To minimize the number of generated keyshots, we rank the intervals based on the number of keyframes in intervals divided by their lengths, and finally apply knapsack algorithm to ensure that the produced keyshot-based summary is of maximum 15 percent in length of the original test video.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/645/1*3f6zUfC3YnoxWm50I_QW_w.png" /></figure><p><strong>5.Conclusion:</strong></p><p>Our learning model is a successful first step towards using human-created summaries for learning to select subsets for the challenging video summarization problem. We just scratched the surface of this fruit-bearing direction.</p><p><strong>Reference:</strong></p><ul><li><a href="https://www.linkedin.com/posts/maheswari-karlapudi_leadingai-bennettuniversity-internship-activity-6678880538075435008-h6Hd">Maheswari Karlapudi posted on LinkedIn</a></li><li><a href="https://github.com/yashkolli/Video-Summarization-Using-Attention">yashkolli/Video-Summarization-Using-Attention</a></li></ul><p><strong>Co-authors</strong>: Kolli Yashwant, Sushma Parate, Karlapudi Maheshwari</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=39d023717ebf" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>