Skip to main content
QUICK REVIEW

[Paper Review] Mobile Instant Video Clip Sharing: Modeling and Enhancing View Experience

Lei Zhang, Feng Wang|arXiv (Cornell University)|Dec 24, 2014
Caching and Content Delivery16 references3 citations
TL;DR

This paper proposes a novel scheduling framework to enhance user experience in mobile instant video clip sharing, such as Twitter's Vine, by modeling unique viewing behaviors and optimizing pre-fetching and real-time download scheduling. Using trace-driven simulations, it achieves near-zero playback discontinuity with over 90% savings in monetary and energy costs compared to baseline methods.

ABSTRACT

With the rapid development of wireless networking and mobile devices, anytime and anywhere data access becomes readily available nowadays. Given the crowdsourced content capturing and sharing, the preferred content length becomes shorter and shorter, even for such multimedia data as video. A representative is Twitter's Vine service, which, mainly targeting mobile users, enables them to create ultra-short video clips and instantly post and share with their followers. In this paper, we present an initial study on this new generation of instant video clip sharing service enabled by mobile platforms and explore the potentials towards its further enhancement. We closely investigate its unique mobile interface, revealing the key differences between Vine-enabled anytime anywhere data access patterns and that of traditional counterparts. We then examine the scheduling policy to maximize the user watching experience as well as the efficiency on the monetary and energy costs. We show that the generic scheduling problem involves two subproblems, namely, pre-fetching scheduling and watch-time download scheduling, and develop effective solutions towards both of them. The superiority of our solution is demonstrated by extensive trace-driven simulations. To the best of our knowledge, this is the first work on modeling and optimizing the instant video clip sharing on mobile devices.

Motivation & Objective

  • To model and analyze the unique viewing behaviors—batch view, passive view, and screen scrolling—specific to mobile instant video clip sharing platforms like Vine.
  • To address the challenge of maintaining high-quality video playback in mobile environments with limited bandwidth and energy constraints.
  • To develop a scheduling framework that maximizes user viewing experience while minimizing monetary and energy costs.
  • To identify and solve two key subproblems: pre-fetching scheduling and watch-time download scheduling in mobile video sharing.

Proposed method

  • The authors model the viewing experience as a generic scheduling problem, decomposed into pre-fetching scheduling and watch-time download scheduling subproblems.
  • They propose a popularity-based and wireless-aware pre-fetching strategy that leverages routine and opportunistic WiFi access points to proactively cache videos.
  • A gesture-based prediction model estimates future video watching durations using user input patterns such as dragging and flinging.
  • The system dynamically adapts download schedules in real time based on predicted watching behavior and network conditions.
  • The solution integrates user mobility patterns and context sensing (e.g., static state, WiFi availability) to trigger opportunistic pre-fetching.
  • The framework is evaluated using real-world traces and compared against baseline methods like Sequential Download (SeqD) in extensive simulations.

Experimental results

Research questions

  • RQ1How do mobile users' viewing behaviors in instant video clip sharing differ from traditional video consumption patterns?
  • RQ2What are the key performance bottlenecks in maintaining high-quality playback for ultra-short video clips on mobile devices?
  • RQ3How can pre-fetching be optimized to reduce playback interruptions while minimizing energy and monetary costs?
  • RQ4To what extent can user input gestures (e.g., flinging) be used to predict video watching duration and improve scheduling decisions?
  • RQ5Can integrating context-aware sensing and mobility models further enhance the efficiency of video pre-fetching in mobile environments?

Key findings

  • The proposed solution achieves significantly lower playback discontinuity than baseline methods across diverse bandwidth conditions.
  • The system maintains playback discontinuity close to zero even under high network variability, outperforming the Sequential Download (SeqD) baseline.
  • The approach achieves over 90% savings in both monetary and energy costs compared to the SeqD baseline under the same performance conditions.
  • The integration of popularity-based pre-fetching and gesture-based watching duration prediction leads to more stable and efficient scheduling.
  • The solution demonstrates robust performance across varying network conditions, with consistent improvements in user experience and cost efficiency.
  • The use of context-aware sensing (e.g., detecting static states with WiFi) enables opportunistic pre-fetching without disrupting user experience.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.