diff --git a/docs/index.html b/docs/index.html index 73a851f..f1c4523 100755 --- a/docs/index.html +++ b/docs/index.html @@ -278,13 +278,13 @@

Clearer anytime frame interpolation

When integrating our plug-and-play training strategies ([D,R]) into the state-of-the-art learning-based models such as - RIFE, - IFRNet, - AMT, - EMA-VFI, - and others, they exhibit markedly sharper outputs and superior perceptual quality in - arbitrary time interpolations.
(Here, we employ RIFE as an illustrative example, - generating 128 interpolated frames using just two images.) + RIFE [1], + IFRNet [2], + AMT [3], and + EMA-VFI [4], they exhibit markedly + sharper outputs and superior perceptual quality in arbitrary time interpolations.
+ (Here, we employ RIFE as an illustrative example, generating 128 interpolated frames + using just two images.)

@@ -490,7 +490,7 @@

Editable interpolation

Beyond using a uniform index map like time indexing, we can also take advantage of the 2D editable nature of path distance indexing to implement editable frame interpolation techniques. - Initially, we can obtain masks for objects of interest using the Segment Anything Model (SAM). We then + Initially, we can obtain masks for objects of interest using the Segment Anything Model (SAM) [5]. We then customize the path distance curves for different object regions to achieve manipulated interpolation of anything.

@@ -544,6 +544,33 @@

Acknowledgements

+
+
+

Reference

+

+ [1] Huang, Zhewei, Tianyuan Zhang, Wen Heng, Boxin Shi, and Shuchang Zhou. "Real-time intermediate flow + estimation for video frame interpolation." In European Conference on Computer Vision, pp. 624-642. Cham: + Springer Nature Switzerland, 2022. +
+ [2] Kong, Lingtong, Boyuan Jiang, Donghao Luo, Wenqing Chu, Xiaoming Huang, Ying Tai, Chengjie Wang, and Jie + Yang. "Ifrnet: Intermediate feature refine network for efficient frame interpolation." In Proceedings of the + IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 1969-1978. 2022. +
+ [3] Li, Zhen, Zuo-Liang Zhu, Ling-Hao Han, Qibin Hou, Chun-Le Guo, and Ming-Ming Cheng. "AMT: All-Pairs + Multi-Field Transforms for Efficient Frame Interpolation." In Proceedings of the IEEE/CVF Conference on + Computer Vision and Pattern Recognition, pp. 9801-9810. 2023. +
+ [4] Zhang, Guozhen, Yuhan Zhu, Haonan Wang, Youxin Chen, Gangshan Wu, and Limin Wang. "Extracting motion and + appearance via inter-frame attention for efficient video frame interpolation." In Proceedings of the + IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 5682-5692. 2023. +
+ [5] Kirillov, Alexander, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, + Spencer Whitehead, Alexander C. Berg, Wan-Yen Lo, Piotr Dollár, and Ross Girshick. "Segment Anything." In + Proceedings of the IEEE/CVF International Conference on Computer Vision, pp. 4015-4026. 2023 +

+
+
+