在撰写论文时有时候会面临超篇幅的情况,这时候一个常用的操作便是使用期刊(会议)的缩写或者半缩写来替换期刊(会议)全称
 为了方便自己后续使用相关的缩写 特此整理
 如有不当之处 欢迎大家指正~~
计算机视觉与人工智能领域常用期刊和会议缩写
| 缩写 | 半缩写 | 全称 | 
|---|---|---|
| TPAMI | IEEE Trans. Pattern Anal. Mach. Intell. | IEEE Transactions on Pattern Analysis and Machine Intelligence | 
| IJCV | Int. J. Comput. Vis. | International Journal of Computer Vision | 
| CVPR | IEEE Conf. Comput. Vis. Pattern Recog. | Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition | 
| ICCV | Int. Conf. Comput. Vis. | Proceedings of the IEEE International Conference on Computer Vision | 
| ECCV | Eur. Conf. Comput. Vis. | Proceedings of the European Conference on Computer Vision | 
| NeurIPS | Adv. Neural Inform. Process. Syst. | Advances in Neural Information Processing Systems | 
| ICLR | Int. Conf. Learn. Represent. | International Conference on Learning Representations | 
| ICML | Int. Conf. Mach. Learn. | International Conference on Machine Learning | 
| IJCAI | IJCAI | Proceedings of the International Joint Conference on Artificial Intelligence | 
| MICCAI | Medical Image Computing and Computer-Assisted Intervention | Medical Image Computing and Computer-Assisted Intervention | 
| AAAI | AAAI | Proceedings of the AAAI Conference on Artificial Intelligence | 
| ACMMM | ACM Int. Conf. Multimedia | Proceedings of the ACM International Conference on Multimedia | 
| ICAI | Int. Conf. Artif. Intell. | Proceedings of the International Conference on Artificial Intelligence | 
| ICRA | Int. Conf. Robot. Autom. | Proceedings of the International Conference on Robotics and Automation | 
| ICPR | Int. Conf. Pattern Recog. | Proceedings of the International Conference on Pattern Recognition | 
| ICME | Int. Conf. Multimedia and Expo | Proceedings of the IEEE International Conference on Multimedia and Expo | 
| BMVC | Brit. Mach. Vis. Conf. | Proceedings of the British Machine Vision Conference | 
| ICASSP | ICASSP | IEEE International Conference on Acoustics, Speech, and Signal Processing | 
| ICIP | IEEE Int. Conf. Image Process. | Proceedings of the IEEE International Conference on Image Processing | 
| ACCV | ACCV | Asian Conference on Computer Vision | 
| TOG | ACM Trans. Graph. | ACM Transactions on Graphics | 
| TIP | IEEE Trans. Image Process. | IEEE Transactions on Image Processing | 
| TVCG | IEEE Trans. Vis. Comput. Graph. | IEEE Transactions on Visualization and Computer Graphics | 
| TNNLS | IEEE Trans. Neural Netw. Learn. Syst. | IEEE Transactions on Neural Networks and Learning Systems | 
| TMM | IEEE Trans. Multimedia | IEEE Transactions on Multimedia | 
| TCSVT | IEEE Trans. Circuit Syst. Video Technol. | IEEE Transactions on Circuits and Systems for Video Technology | 
| TITS | IEEE Trans. Intell. Transport. Syst. | IEEE Transactions on Intelligent Transportation Systems | 
| TVC | The Vis. Comput. | The Visual Computer | 
| TCI | IEEE Trans. Comput. Imaging | IEEE Transactions on Computational Imaging | 
| TIM | IEEE Trans. Instrum. Meas. | IEEE Transactions on Instrumentation and Measurement | 
| PR | Pattern Recognition | Pattern Recognition | 
| InfFus | Information Fusion | Information Fusion | 
| JAS | IEEE/CAA J. Autom. Sinica | IEEE/CAA Journal of Automatica Sinica | 
| SPL | IEEE Sign. Process. Letters | IEEE Signal Processing Letters | 
| VR | Vis. Res. | Vision Research | 
| JOV | J. Vis. | Journal of Vision | 
| JCST | J. Comput. Sci. Tech. | Journal of Computer Science and Technology | 
| CGF | Comput. Graph. Forum | Computer Graphics Forum | 
| CVM | Computational Visual Media | Computational Visual Media | 
对应的Bib全称替换格式
@String(TPAMI = {IEEE Transactions on Pattern Analysis and Machine Intelligence})
@String(IJCV = {International Journal of Computer Vision})
@String(CVPR = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition})
@String(ICCV = {Proceedings of the IEEE International Conference on Computer Vision})
@String(ECCV = {Proceedings of the European Conference on Computer Vision})
@String(NeurIPS = {Advances in Neural Information Processing Systems})
@String(ICLR = {International Conference on Learning Representations})
@String(ICML = {International Conference on Machine Learning})
@String(IJCAI = {Proceedings of the International Joint Conference on Artificial Intelligence})
@String(MICCAI = {Medical Image Computing and Computer-Assisted Intervention})
@String(AAAI = {Proceedings of the AAAI Conference on Artificial Intelligence})
@String(ACMMM = {Proceedings of the ACM International Conference on Multimedia})
@String(ICAI = {Proceedings of the International Conference on Artificial Intelligence})
@String(ICRA = {Proceedings of the International Conference on Robotics and Automation})
@String(ICPR = {Proceedings of the International Conference on Pattern Recognition})
@String(ICME = {Proceedings of the IEEE International Conference on Multimedia and Expo})
@String(BMVC = {Proceedings of the British Machine Vision Conference})
@String(ICASSP = {IEEE International Conference on Acoustics, Speech, and Signal Processing})
@String(ICIP = {Proceedings of the IEEE International Conference on Image Processing})
@String(ACCV = {Asian Conference on Computer Vision})
@String(TOG = {ACM Transactions on Graphics})
@String(TIP = {IEEE Transactions on Image Processing})
@String(TVCG = {IEEE Transactions on Visualization and Computer Graphics})
@String(TNNLS = {IEEE Transactions on Neural Networks and Learning Systems})
@String(TMM = {IEEE Transactions on Multimedia})
@String(TCSVT = {IEEE Transactions on Circuits and Systems for Video Technology})
@String(TITS = {IEEE Transactions on Intelligent Transportation Systems})
@String(TVC = {The Visual Computer})
@String(TCI = {IEEE Transactions on Computational Imaging})
@String(TIM = {IEEE Transactions on Instrumentation and Measurement})
@String(PR = {Pattern Recognition})
@String(InfFus = {Information Fusion})
@String(JAS = {IEEE/CAA Journal of Automatica Sinica})
@String(SPL = {IEEE Signal Processing Letters})
@String(VR = {Vision Research})
@String(JOV = {Journal of Vision})
@String(JCST = {Journal of Computer Science and Technology})
@String(CGF = {Computer Graphics Forum})
@String(CVM = {Computational Visual Media})对应的Bib半缩写替换格式
@String(TPAMI = {IEEE Trans. Pattern Anal. Mach. Intell.})
@String(IJCV = {Int. J. Comput. Vis.})
@String(CVPR = {IEEE Conf. Comput. Vis. Pattern Recog.})
@String(ICCV = {Int. Conf. Comput. Vis.})
@String(ECCV = {Eur. Conf. Comput. Vis.})
@String(NeurIPS = {Adv. Neural Inform. Process. Syst.})
@String(ICLR = {Int. Conf. Learn. Represent.})
@String(ICML = {Int. Conf. Mach. Learn.})
@String(IJCAI = {IJCAI})
@String(MICCAI = {Med. Image Comput. Comput. Assist. Interv.})
@String(AAAI = {AAAI})
@String(ACMMM = {ACM Int. Conf. Multimedia})
@String(ICAI = {Int. Conf. Artif. Intell.})
@String(ICRA = {Int. Conf. Robot. Autom.})
@String(ICPR = {Int. Conf. Pattern Recog.})
@String(ICME = {Int. Conf. Multimedia and Expo})
@String(BMVC = {Brit. Mach. Vis. Conf.})
@String(ICASSP = {ICASSP})
@String(ICIP = {IEEE Int. Conf. Image Process.})
@String(ACCV = {ACCV})
@String(TOG = {ACM Trans. Graph.})
@String(TIP = {IEEE Trans. Image Process.})
@String(TVCG = {IEEE Trans. Vis. Comput. Graph.})
@String(TNNLS = {IEEE Trans. Neural Netw. Learn. Syst.})
@String(TMM = {IEEE Trans. Multimedia})
@String(TCSVT = {IEEE Trans. Circuit Syst. Video Technol.})
@String(TITS = {IEEE Trans. Intell. Transport. Syst.})
@String(TVC = {The Vis. Comput.})
@String(TCI = {IEEE Trans. Comput. Imaging})
@String(TIM = {IEEE Trans. Instrum. Meas.})
@String(PR = {Pattern Recognition})
@String(InfFus = {Inf. Fusion})
@String(JAS = {IEEE/CAA J. Autom. Sinica})
@String(SPL = {IEEE Signal Process. Lett.})
@String(VR = {Vis. Res.})
@String(JOV = {J. Vis.})
@String(JCST = {J. Comput. Sci. Technol.})
@String(CGF = {Comput. Graph. Forum})
@String(CVM = {Comput. Vis. Media})